Commit ea72931
committed
Reduce Kotlin-compose-wasm iteration count
Kotlin-compose-wasm is the longest running test in JS3 by a pretty wide
margin. However after the first few iterations almost all code is in the
most optimizing compiler in the respective engines.
This change reduces the iterations to 5 and sets adjusts the worst
case count accordingly.1 parent 24b1911 commit ea72931
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2489 | 2489 | | |
2490 | 2490 | | |
2491 | 2491 | | |
2492 | | - | |
2493 | | - | |
| 2492 | + | |
| 2493 | + | |
2494 | 2494 | | |
2495 | 2495 | | |
2496 | 2496 | | |
| |||
0 commit comments