Abduqodiri Qurbonzoda

Results 68 comments of Abduqodiri Qurbonzoda

Hi @chachako, We are thinking on improving IDE integration. What features would you like to see ?

I believe the difference is related to the fact that in warmup phase time is measured after each invocation, see [code](https://github.com/Kotlin/kotlinx-benchmark/blob/139397f3e2fa5ea7057a9aee555aaacef8d141cc/runtime/nativeMain/src/kotlinx/benchmark/native/NativeExecutor.kt#L110). The warmup phase allows us to evaluate number of...

> JVM benchmarks is using JMH while the native one is using homemade. Would it be possible to provide a single implementation for all platforms? We try to use existing...

Hi @ShreckYe, The problem may come with quoted benchmark function names with spaces. Could you please check if that is the case for you?

Related: https://github.com/melix/jmh-gradle-plugin/issues/150

Hi everyone, You can still run a specific profiler (`-prof `) by running the jar file that the `BenchmarkJar` task generates. The generated jar file is located under the `build/benchmarks//jars`...

https://github.com/Kotlin/kotlinx-benchmark/pull/10 adds support for the level of execution for fixture functions.

Hi @JochenGuckSnk, Could you please share what do you intend to benchmark or measure? And maybe you could also share how do you think suspend benchmark functions should work?

I am not sure how users would interpret: ``` @Benchmark suspend fun f() { // call some suspend functions } ``` IMHO explicit blocking with `runBlocking` looks concise enough: ```...

There is a lot of confusion around titlecase vs uppercase. As @fluidsonic has already mentioned, here is what Unicode says: ``` Titlecase takes its name from the case format used...