Skip to content

Commit 42f2a15

Browse files
committed
chore: Add Makefile target for benching
1 parent 0b7846d commit 42f2a15

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,9 @@ bump-version-done:
9090
################################################################################
9191
# CUSTOM TARGETS
9292
################################################################################
93+
94+
.PHONY: bench bench-cahced
95+
bench:
96+
./utils/bench.sh
97+
bench-cahced:
98+
USE_CACHE=1 ./utils/bench.sh

0 commit comments

Comments
 (0)