dotnet / dotnet/BenchmarkDotNet
Allow to optionally run benchmarks in Parallel
Open
Area:Engine
Area:Toolchains
enhancement
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 1.1k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 12
Description
We want to be able to run thousands of benchmarks on powerful CI machines (64 cores+), it would be great to run the benchmarks in parallel.
This should not be a default behavior, and the users should be allowed to enable/disable it for selected benchmarks. For some benchmarks it's a very bad idea ;)
Contributor guide
Assessment
This issue has not been assessed yet.