Skip to content

Commit ba22423

Browse files
ComposeRuntimeMicrobenchmark was inaccurate, renamed to WorkflowRuntimeMicrobenchmark.
1 parent 8fa0645 commit ba22423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/runtime-microbenchmark/src/androidTest/kotlin/com/squareup/benchmark/runtime/benchmark/ComposeRuntimeMicrobenchmark.kt renamed to benchmarks/runtime-microbenchmark/src/androidTest/kotlin/com/squareup/benchmark/runtime/benchmark/WorkflowRuntimeMicrobenchmark.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enum class BenchmarkRuntimeOptions(
4040

4141
@OptIn(WorkflowExperimentalRuntime::class)
4242
@Burst
43-
class ComposeRuntimeMicrobenchmark(
43+
class WorkflowRuntimeMicrobenchmark(
4444
private val runtime: BenchmarkRuntimeOptions = NONE,
4545
) {
4646

0 commit comments

Comments
 (0)