Skip to content

Commit

Permalink
Release 1.0.4 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrasekmichael committed Apr 16, 2024
1 parent b2de956 commit 76941d2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<Authors>Michael Škrášek</Authors>
<Copyright>Copyright Michael Škrášek</Copyright>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
</PropertyGroup>
</Project>
24 changes: 24 additions & 0 deletions benchmarks/v1.0.4.StatementBenchmark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
```
BenchmarkDotNet v0.13.12, Windows 11 (10.0.22000.2538/21H2/SunValley)
Intel Core i7-7700HQ CPU 2.80GHz (Kaby Lake), 1 CPU, 8 logical and 4 physical cores
.NET SDK 8.0.204
[Host] : .NET 8.0.4 (8.0.424.16909), X64 RyuJIT AVX2
.NET 8.0 : .NET 8.0.4 (8.0.424.16909), X64 RyuJIT AVX2
```
| Method | Mean | Error | StdDev | Median | Allocated |
|------------------------- |--------------:|-------------:|-------------:|--------------:|----------:|
| FailEarly_RP | 89.93 ns | 0.667 ns | 0.624 ns | 90.01 ns | 200 B |
| FailEarly_ROP | 172.90 ns | 7.412 ns | 21.854 ns | 162.92 ns | 456 B |
| FailEarly_Exception | 39,170.14 ns | 587.433 ns | 652.930 ns | 38,945.09 ns | 360 B |
| FailLate_RP | 98.48 ns | 4.296 ns | 12.666 ns | 90.07 ns | 200 B |
| FailLate_ROP | 172.96 ns | 8.010 ns | 23.619 ns | 165.78 ns | 456 B |
| FailLate_Exception | 43,811.98 ns | 1,948.412 ns | 5,744.937 ns | 39,990.56 ns | 360 B |
| FailEarlyAsync_RP | 163.96 ns | 7.238 ns | 21.341 ns | 149.95 ns | 344 B |
| FailEarlyAsync_ROP | 594.49 ns | 26.866 ns | 79.216 ns | 549.89 ns | 1176 B |
| FailEarlyAsync_Exception | 139,463.39 ns | 1,361.628 ns | 1,273.668 ns | 139,671.22 ns | 2384 B |
| FailLateAsync_RP | 172.67 ns | 7.412 ns | 21.856 ns | 168.39 ns | 344 B |
| FailLateAsync_ROP | 589.12 ns | 25.721 ns | 75.838 ns | 539.10 ns | 1176 B |
| FailLateAsync_Exception | 138,699.36 ns | 1,801.658 ns | 1,597.123 ns | 138,277.55 ns | 2384 B |

0 comments on commit 76941d2

Please sign in to comment.