I'm trying to run the `iosSimulatorArm64Benchmark`...
# multiplatform
e
I'm trying to run the
iosSimulatorArm64Benchmark
task for kotlinx-benchmark on a macos runner on GitHub Actions. I'm registering
iosSimulatorArm64
with kotlinx-benchmark, but I get an error that says
Cannot locate tasks that match 'benchmarksiosSimulatorArm64Benchmark' as task 'iosSimulatorArm64Benchmark' not found in project ':benchmarks'.
Is there something specific I have to set up in GitHub Actions to get the simulator tasks to work?
r
Are you definitely using an arm64 mac host and not an intel mac? For a while the macos-latest host on actions was still intel but I don't know off-hand if that's still the case
e
Yes, but I'm starting to think that kotlinx.benchmarks doesn't support ios. They say they support all native targets, but it looks like they might not support ios.
r
Oh maybe. I haven't actually used kotlinx-benchmark, I was just assuming you had it working locally and the only issue was CI.
e
Most of my Apple related issues come from the fact that I use Ubuntu locally 😅 I have a mac mini, but sometimes I just don't want SSH to it.