Kotlin / kotlinx-benchmark

Kotlin multiplatform benchmarking toolkit
Apache License 2.0
499 stars 40 forks source link

Can it support android and ios targets? #116

Open canluhuang opened 1 year ago

canluhuang commented 1 year ago

We are developing a kmm project and want to compare the performance of android and androidNative. Does this benchmark test support the Android platform, or is there any other way?

qurbonzoda commented 1 year ago

Hi @canluhuang, This library now supports all native targets in accordance with https://kotlinlang.org/docs/native-target-support.html

qurbonzoda commented 4 months ago

However, it is worth mentioning that the library currently does not support running benchmarks on Android devices within the Android Runtime (ART). We are planning to implement this feature in the future, but at the moment, there is no specific timeline.

canluhuang commented 4 months ago

However, it is worth mentioning that the library currently does not support running benchmarks on Android devices within the Android Runtime (ART). We are planning to implement this feature in the future, but at the moment, there is no specific timeline.

I got it, thanks for your reply