Skip to content

Commit

Permalink
fixed bench path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Kossovich committed Sep 21, 2024
1 parent 091cb6e commit 5ecb1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
go test -race -count=1 --parallel 8 ./...

bench:
go run blob/bench/bench.go
go run bench/bench.go

get_coverage_pic:
gopherbadger -md="README.md,coverage.out"

0 comments on commit 5ecb1fe

Please sign in to comment.