Skip to content

Commit 3c9605b

Browse files
committed
Added test and jmh run configurations for the kotlin-ktor
1 parent fcab781 commit 3c9605b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

benchmarks/kotlin-ktor/src/main/kotlin/org/renaissance/kotlin/ktor/KtorRenaissanceBenchmark.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ import kotlin.math.min
5252
defaultValue = "32",
5353
summary = "Random seed to use for client tasks setup."
5454
)
55+
@Configuration(
56+
name = "test",
57+
settings = [
58+
"iterations_count = 100",
59+
]
60+
)
61+
@Configuration(name = "jmh")
5562
class KtorRenaissanceBenchmark() : Benchmark {
5663
private var port: Int = 0
5764
private var clientCount: Int = 0

0 commit comments

Comments
 (0)