Each push to main triggers the benchmarks to be ran and compared against the previous version, you can see them here
Run all the benchmarks locally
dotnet run --project ./Benchmarks/Benchmarks.csproj -c Release --job short --filter '*' --memory --join
Run a specific set of benchmarks
dotnet run --project ./Benchmarks/Benchmarks.csproj -c Release --job short --memory --f *Fibonacci*