Open canluhuang opened 1 year ago
Hi @canluhuang, This library now supports all native targets in accordance with https://kotlinlang.org/docs/native-target-support.html
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.
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
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?