kotlinx-benchmark icon indicating copy to clipboard operation
kotlinx-benchmark copied to clipboard

Align default configurations of a benchmark method on all targets

Open qurbonzoda opened this issue 3 years ago • 0 comments

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.

qurbonzoda avatar Jan 12 '22 18:01 qurbonzoda