Skip to content

Commit 38e5cc3

Browse files
committed
added variables to make command for benchmark
1 parent a7b66a9 commit 38e5cc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CARGO=cargo
2+
PALLET_NAME=${pallet}
3+
OUTPUT_DIR=$(output)
24

35
.PHONY: init
46
init:
@@ -16,4 +18,4 @@ compare-ordering:
1618

1719
.PHONY: benchmark
1820
benchmark:
19-
./scripts/run-benchmark-on.sh
21+
./scripts/run-benchmark-on.sh ${PALLET_NAME} ${OUTPUT_DIR}

0 commit comments

Comments
 (0)