Skip to content

Commit a9f8f1e

Browse files
committed
Update README.md
1 parent 084efaf commit a9f8f1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ func main() {
7575
## Benchmarks
7676

7777
```sh
78-
BenchmarkNew 5000 316700 ns/op 19003 B/op 35 allocs/op
79-
BenchmarkStore_Get 20000000 104 ns/op 0 B/op 0 allocs/op
80-
BenchmarkStore_New 10000000 294 ns/op 130 B/op 2 allocs/op
81-
BenchmarkStore_Save 5000 488683 ns/op 65484 B/op 136 allocs/op
78+
BenchmarkNew 5000 316700 ns/op 19003 B/op 35 allocs/op
79+
BenchmarkStore_Get 20000000 104 ns/op 0 B/op 0 allocs/op
80+
BenchmarkStore_New 10000000 294 ns/op 130 B/op 2 allocs/op
81+
BenchmarkStore_Save 5000 488683 ns/op 65484 B/op 136 allocs/op
8282
BenchmarkStore_Save_delete 5000 476563 ns/op 59576 B/op 76 allocs/op
8383
```
8484

0 commit comments

Comments
 (0)