Don't let tests skew benchmark

This commit is contained in:
Bruce Marriner 2019-04-10 01:21:34 +00:00
parent 272c8fb215
commit 0de6e0c074

View File

@ -135,7 +135,7 @@ To benchmark the generator on your system run the following command inside the
snowflake package directory. snowflake package directory.
```sh ```sh
go test -bench=. go test -run=^$ -bench=.
``` ```
If your curious, check out this commit that shows benchmarks that compare a few If your curious, check out this commit that shows benchmarks that compare a few