kotlinx-benchmark
kotlinx-benchmark copied to clipboard
Align default configurations of a benchmark method on all targets
trafficstars
Currently, if warmup (or measurement) iteration count is not defined in the configuration script and in the annotation for a benchmark, the default value in JVM is 5 while in JS and Native it is 3. Default warmup (or measurement) iteration time in JVM is 10 seconds while in JS and Native it is 1 second.
Find out differences in other default values and consider aligning them.