Skip to content

Commit bcbfc36

Browse files
author
luigi liu
committed
fix
1 parent 26b15ba commit bcbfc36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • benchmarks/endpoint-resolution/src/main/kotlin/aws/sdk/kotlin/benchmarks/endpoint

benchmarks/endpoint-resolution/src/main/kotlin/aws/sdk/kotlin/benchmarks/endpoint/OverheadBenchmark.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import org.openjdk.jmh.annotations.State
1212

1313
/**
1414
* Measures the overhead of different suspend function invocation mechanisms.
15-
* - [suspendLambdaCall]: startCoroutineUninterceptedOrReturn (Option B)
16-
* - [runBlockingCall]: runBlocking (Option A)
15+
* - [suspendLambdaCall]: startCoroutineUninterceptedOrReturn
16+
* - [runBlockingCall]: runBlocking
1717
*/
1818
@State(Scope.Benchmark)
1919
@BenchmarkMode(Mode.AverageTime)

0 commit comments

Comments
 (0)