Skip to content

Commit

Permalink
Adjusted docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Feb 20, 2024
1 parent 5766e71 commit 491026c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfx/docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3155/23H2/2023Update/SunValley3
| Method | Mean | Ratio | Allocated | Alloc Ratio |
|-----------------------------------------------------------|-------------:|------:|----------:|------------:|
| LightResults: `Result<T>.Fail(errorMessage).ToString()` | 2,751.83 μs | 1.00 | 23.65 MB | 1.00 |
| ArdalisResult: `Result.Fail<T>(errorMessage).ToString()` | 190.36 μs | 0.07 | - | 0.00 |
| FluentResults: `Result<T>.Error(errorMessage).ToString()` | 26,479.94 μs | 9.62 | 115.97 MB | 4.90 |
| ArdalisResult: `Result.Fail<T>(errorMessage).ToString()` | 190.36 μs | 0.07 | - | 0.00 |

### Determining if a result contains a specific error
| Method | Mean | Ratio | Allocated | Alloc Ratio |
Expand Down

0 comments on commit 491026c

Please sign in to comment.