We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
jmh
1 parent fcab781 commit 3c9605bCopy full SHA for 3c9605b
1 file changed
benchmarks/kotlin-ktor/src/main/kotlin/org/renaissance/kotlin/ktor/KtorRenaissanceBenchmark.kt
@@ -52,6 +52,13 @@ import kotlin.math.min
52
defaultValue = "32",
53
summary = "Random seed to use for client tasks setup."
54
)
55
+@Configuration(
56
+ name = "test",
57
+ settings = [
58
+ "iterations_count = 100",
59
+ ]
60
+)
61
+@Configuration(name = "jmh")
62
class KtorRenaissanceBenchmark() : Benchmark {
63
private var port: Int = 0
64
private var clientCount: Int = 0
0 commit comments