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

Switch expected and actual values in warning for native tasks

Open OptimumCode opened this issue 1 year ago • 0 comments
trafficstars

Hi,

I was a bit confused with the current warning when the native benchmark is skipped because the current OS does not match the expected for that target E.g.:

Skipping benchmarks for 'iosArm64' because they cannot be run on current OS: Expected linux_x64, but was ios_arm64

It sounds more like target iosArm64 expects linux_x64 but the current OS is ios_arm64

If you change the expected and actual values it would be more clear. Please, let me know what you think.

If you disagree feel free to close the PR)

OptimumCode avatar Jul 03 '24 06:07 OptimumCode