Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ef-ds/deque
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrpetrin committed Nov 28, 2018
2 parents a8c3917 + 8b260c3 commit 2968873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BENCHMARK_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ we suggest you run all the tests once as explained above. Then make the changes
just for deque using below command (notice the output file now is deque.txt).

```
go test -benchmem -count 10 -bench="Deque*" -run=^$ > testdata/deque.txt
go test -benchmem -count 10 -timeout 60m -bench="Deque*" -run=^$ > testdata/deque.txt
```

Run the [test-splitter](https://github.com/ef-ds/tools/tree/master/testsplitter) tool as follow:
Expand Down

0 comments on commit 2968873

Please sign in to comment.