Skip to content

Commit 0106862

Browse files
authored
Merge pull request #225 from kmiller68/reduce-kotlin-iteration-count
Reduce Kotlin-compose-wasm iteration count
2 parents 76e6f41 + ea72931 commit 0106862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JetStreamDriver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,8 +2516,8 @@ let BENCHMARKS = [
25162516
inputFontItalic: "./Kotlin-compose/build/jetbrainsmono_italic.ttf",
25172517
inputFontRegular: "./Kotlin-compose/build/jetbrainsmono_regular.ttf"
25182518
},
2519-
iterations: 15,
2520-
worstCaseCount: 2,
2519+
iterations: 5,
2520+
worstCaseCount: 1,
25212521
tags: ["default", "Wasm"],
25222522
}),
25232523
new AsyncBenchmark({

0 commit comments

Comments
 (0)