BenchmarkDotNet
BenchmarkDotNet copied to clipboard
Running inside Blazor WASM
I have a change that allows running the benchmarks within Blazor WASM, but it touches a few things inside the framework, as .NET WASM does not implement System.Process and does not allow setting System.Thread props. Using a custom config to run that, as well as a custom toolchain, that does not emit the IL code.
Issues: the report does not show any allocated memory, which is expected, as it is not implemented.
Will submit PR later
Will be useful