BenchmarkDotNet
BenchmarkDotNet copied to clipboard
Running on Android and iOS devices with net6.0
Hi there,
with Xamarin it is possible to run Benchmarks directly on the Android or iOS device like also shown in the Xamarin.Forms sample in this repo. Unfortunately that is not possible anymore with dotnet maui with the project targeting net6.0-android and/or net6.0-ios. When running Benchmarks on Android the System.ArgumentOutOfRangeException: "Runtime not supported (Parameter 'runtime') Actual value was MonoAOTLLVM." will get thrown. Same happens on iOS. Are there any workarounds?