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

Can it support android and ios targets?

Open canluhuang opened this issue 2 years ago • 3 comments
trafficstars

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?

canluhuang avatar May 26 '23 08:05 canluhuang

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

qurbonzoda avatar Aug 04 '23 20:08 qurbonzoda

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.

qurbonzoda avatar May 27 '24 14:05 qurbonzoda

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

canluhuang avatar May 30 '24 02:05 canluhuang