Skip to content

Commit 8d00e35

Browse files
authored
Merge pull request #115 from thockin/master
Add allocs to benchmark instructions
2 parents 62568d8 + fc4d146 commit 8d00e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ change.
66
## Running the benchmark
77

88
```
9-
$ go test -bench='.' ./benchmark/
9+
$ go test -bench='.' -test.benchmem ./benchmark/
1010
```
1111

1212
## Fixing the benchmark

0 commit comments

Comments
 (0)