Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 16, 2023
1 parent b4105b1 commit 599d395
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 @@ -12,7 +12,7 @@ benchmark: depsdev
go test -bench . -benchmem -benchtime 10000x -run Benchmark | octocov-go-test-bench --tee > custom_metrics_benchmark.json

cachegrind: depsdev
cd testdata/testbin && go build -o testbin
cd testdata/testbin && go mod tidy && go build -o testbin
setarch `uname -m` -R valgrind --tool=cachegrind --cachegrind-out-file=cachegrind.out --I1=32768,8,64 --D1=32768,8,64 --LL=8388608,16,64 ./testdata/testbin/testbin 10000
cat cachegrind.out | octocov-cachegrind --tee > custom_metrics_cachegrind.json

Expand Down

0 comments on commit 599d395

Please sign in to comment.