Kotlin / kotlinx-benchmark

Kotlin multiplatform benchmarking toolkit
Apache License 2.0
513 stars 41 forks source link

Align default benchmark configurations #120

Closed wldeh closed 1 year ago

wldeh commented 1 year ago

Addresses issue #75 by aligning the default warmup iteration time and count. The default number of warmup and measurement iterations is set to 5, and the default iteration time is set to 10 seconds, aligning with the JVM defaults.