Polly/bench
Martin Tomka 13428cc098 Improve the perf of circuit breaker 2024-01-26 14:49:59 +01:00
..
BenchmarkDotNet.Artifacts/results Improve the perf of circuit breaker 2024-01-26 14:49:59 +01:00
Polly.Benchmarks Add support for .NET 8 (#1144) 2023-11-14 16:29:43 +00:00
Polly.Core.Benchmarks Add support for .NET 8 (#1144) 2023-11-14 16:29:43 +00:00
README.md Move code from markdown to snippets (#1540) 2023-09-04 11:37:16 +00:00
benchmarks.ps1 Run benchmarks on .NET 8 (#1887) 2024-01-10 19:26:10 +00:00

README.md

Benchmarks

To run the benchmarks, use the benchmarks.ps1 script in this repository:

# Run all benchmarks
./benchmarks.ps1

# Pick benchmarks to run
./benchmarks.ps1 -Interactive

The benchmark results are stored in BenchmarkDotNet.Artifacts/results folder.

Run the benchmarks when your changes are significant enough to make sense running them. We do not use fixed hardware so your numbers might differ, however the important is the Ratio and Alloc Ratio which stays around the same or improves (ideally) between runs.