1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

'make bench' excluded the effect of test on the results (#205)

* Refactored Save function for config

* Refactored Save function for config

* 'make bench' excluded the effect of test on the results
This commit is contained in:
shiniao
2020-12-29 17:27:45 +08:00
committed by GitHub
parent cbbe36f0ae
commit 4f823851e2
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ profile: build
@go test -cpuprofile cpu.prof -memprofile mem.prof -v -bench .
bench: build
@go test -v -benchmem -bench=. .
@go test -v -run=XXX -benchmem -bench=. .
mocks:
@mockery -all -case underscore -output ./internal/mocks -recursive