For anyone interested, last month a PR was merged into BenchmarkDotNet to support running on iOS and Android. Pretty sweet. https://github.com/dotnet/BenchmarkDotNet/pull/1360
Not published to Nuget yet but available on their CI Nuget feed.
jonathanpeppersjonathanpeppers
1360 Basic BenchmarkDotNet support for Xamarin
Fixes: #1343
This is basically an "MVP" of Xamarin support with BenchmarkDotNet.
At a high level:
Simple benchmarks work with default config settings.
Add a benchmark runner for xamarin. will help quantify potential fixes to https://github.com/reactiveui/splat/issues/421