We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b15ba commit bcbfc36Copy full SHA for bcbfc36
1 file changed
benchmarks/endpoint-resolution/src/main/kotlin/aws/sdk/kotlin/benchmarks/endpoint/OverheadBenchmark.kt
@@ -12,8 +12,8 @@ import org.openjdk.jmh.annotations.State
12
13
/**
14
* Measures the overhead of different suspend function invocation mechanisms.
15
- * - [suspendLambdaCall]: startCoroutineUninterceptedOrReturn (Option B)
16
- * - [runBlockingCall]: runBlocking (Option A)
+ * - [suspendLambdaCall]: startCoroutineUninterceptedOrReturn
+ * - [runBlockingCall]: runBlocking
17
*/
18
@State(Scope.Benchmark)
19
@BenchmarkMode(Mode.AverageTime)
0 commit comments