Commit 554406c
committed
Switch to Netty server for Ktor benchmark.
Replaced CIO with Netty as the server engine for the Kotlin Ktor benchmark. Updated the build configuration to include the Netty dependency and removed the CIO dependency.1 parent b73ccfd commit 554406c
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- benchmarks/kotlin-ktor/src/main/kotlin/org/renaissance/kotlin/ktor
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
0 commit comments