We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8697305 commit c9f6864Copy full SHA for c9f6864
1 file changed
README.md
@@ -73,7 +73,7 @@ func main() {
73
74
## Benchmarks
75
76
-### Comparisons with other libraries (short strings with threshold)
+### Comparisons with other libraries (short strings with threshold = 2)
77
78
```
79
BenchmarkCompetitorsWithThreshold/ASCII_short/eaxis-12 61.00 ns/op
@@ -83,7 +83,7 @@ BenchmarkCompetitorsWithThreshold/ASCII_short/dgryski-12 220.3 ns/op
83
84
85
86
-### Comparisons with other libraries (long strings with threshold)
+### Comparisons with other libraries (long strings with threshold = 10)
87
88
89
BenchmarkCompetitorsWithThreshold/ASCII_long/eaxis-12 1995 ns/op
0 commit comments