Skip to content

Commit

Permalink
faster readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Dec 9, 2023
1 parent cafde5a commit ec1b11c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ The performance is raised in an exception if it fails but can also be output if
```
Tests.CheckTests.Faster_Linq_Random [27ms]
Standard Output Messages:
32.2%[29.4%..36.5%] faster, sigma=50.0 (2,551 vs 17)
32.29%[29.47%..36.51%] 1.48x faster, sigma=50.0 (2,551 vs 17)
```

The first number is the estimated median performance improvement with the interquartile range in the square brackets.
Expand Down Expand Up @@ -437,7 +437,7 @@ public void MapSlim_Performance_Increment()
```
Tests.SlimCollectionsTests.MapSlim_Performance_Increment [27 s]
Standard Output Messages:
66.0%[56.4%..74.8%] faster, sigma=200.0 (72,690 vs 13,853)
66.02%[56.48%..74.81%] 2.94x faster, sigma=200.0 (72,690 vs 13,853)
```

### Benchmarks Game
Expand All @@ -458,7 +458,7 @@ public void ReverseComplement_Faster()
```
Tests.ReverseComplementTests.ReverseComplement_Faster [27s 870ms]
Standard Output Messages:
25.1%[20.5%..31.6%] faster, sigma=6.0 (36 vs 0)
25.15%[20.58%..31.60%] 1.34x faster, sigma=6.0 (36 vs 0)
```

### Varint
Expand Down Expand Up @@ -489,7 +489,7 @@ public void Varint_Faster()
```
Tests.ArraySerializerTests.Varint_Faster [45 ms]
Standard Output Messages:
10.9%[-3.2%..25.8%] faster, sigma=10.0 (442 vs 190)
10.94%[-3.27%..25.81%] 1.12x faster, sigma=10.0 (442 vs 190)
```

## Debug utilities
Expand Down

0 comments on commit ec1b11c

Please sign in to comment.