Skip to content

Commit eefb574

Browse files
committed
chore: update counter benchmark to 9.0.9
1 parent 841a9ac commit eefb574

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CounterBenchmark/Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This is a benchmark counter for the round robin counts we use to select instance
66
77
BenchmarkDotNet v0.15.2, Windows 11 (10.0.26100.6584/24H2/2024Update/HudsonValley)
88
Unknown processor
9-
.NET SDK 9.0.304
10-
[Host] : .NET 9.0.8 (9.0.825.36511), Arm64 RyuJIT AdvSIMD
11-
LongRun : .NET 9.0.8 (9.0.825.36511), Arm64 RyuJIT AdvSIMD
9+
.NET SDK 9.0.305
10+
[Host] : .NET 9.0.9 (9.0.925.41916), Arm64 RyuJIT AdvSIMD
11+
LongRun : .NET 9.0.9 (9.0.925.41916), Arm64 RyuJIT AdvSIMD
1212
1313
Job=LongRun IterationCount=100 LaunchCount=3
1414
WarmupCount=15
1515
1616
```
1717
| Method | Mean | Error | StdDev | StdErr | Min | Max | Op/s | Exceptions | Allocated |
1818
|--------------------- |----------:|----------:|----------:|----------:|----------:|----------:|----------------:|-----------:|----------:|
19-
| Increment | 0.3110 ns | 0.0355 ns | 0.1785 ns | 0.0107 ns | 0.1216 ns | 0.7064 ns | 3,215,664,799.2 | - | - |
20-
| IncrementInterlocked | 7.2281 ns | 0.1291 ns | 0.6636 ns | 0.0388 ns | 6.4388 ns | 8.9508 ns | 138,348,979.2 | - | - |
19+
| Increment | 0.3040 ns | 0.0040 ns | 0.0202 ns | 0.0012 ns | 0.2389 ns | 0.3397 ns | 3,288,975,360.4 | - | - |
20+
| IncrementInterlocked | 7.8551 ns | 0.0019 ns | 0.0095 ns | 0.0006 ns | 7.8317 ns | 7.8834 ns | 127,306,634.6 | - | - |

0 commit comments

Comments
 (0)