BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Running inside Blazor WASM

Open alexanderfedin opened this issue 2 years ago • 1 comments

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

alexanderfedin avatar Jan 04 '23 05:01 alexanderfedin

Will be useful

megafetis avatar Sep 26 '24 09:09 megafetis