dotnet / dotnet/BenchmarkDotNet

Running inside Blazor WASM

Open
#2,240 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.