You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [wasm][bench] Limit initial samples
Try to limit initial samples measurement to 1 second.
Currently some of string measurements with hybrid globalization turned on
can take hundreds of seconds. This makes the browser stop the benchmark
and the measurement job times out.
This should limit the initial samples to take cca 1 second or take just
one initial sample if it takes more time.
Also increase the initial samples for string comparison, where it was on
the edge and the times were flipping between cca 5 and 10 seconds.
* Do GC collect only when doing initial samples
0 commit comments