Skip to content

Commit c9f6864

Browse files
author
eaxis
committed
updated readme, specified threshold
1 parent 8697305 commit c9f6864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func main() {
7373

7474
## Benchmarks
7575

76-
### Comparisons with other libraries (short strings with threshold)
76+
### Comparisons with other libraries (short strings with threshold = 2)
7777

7878
```
7979
BenchmarkCompetitorsWithThreshold/ASCII_short/eaxis-12 61.00 ns/op
@@ -83,7 +83,7 @@ BenchmarkCompetitorsWithThreshold/ASCII_short/dgryski-12 220.3 ns/op
8383
8484
```
8585

86-
### Comparisons with other libraries (long strings with threshold)
86+
### Comparisons with other libraries (long strings with threshold = 10)
8787

8888
```
8989
BenchmarkCompetitorsWithThreshold/ASCII_long/eaxis-12 1995 ns/op

0 commit comments

Comments
 (0)