dotnet / dotnet/BenchmarkDotNet
Running inside Blazor WASM
Open
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 1.1k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 11
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.