Skip to content

Commit

Permalink
added variables to make command for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
bolajahmad committed Feb 19, 2023
1 parent a7b66a9 commit 38e5cc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CARGO=cargo
PALLET_NAME=${pallet}
OUTPUT_DIR=$(output)

.PHONY: init
init:
Expand All @@ -16,4 +18,4 @@ compare-ordering:

.PHONY: benchmark
benchmark:
./scripts/run-benchmark-on.sh
./scripts/run-benchmark-on.sh ${PALLET_NAME} ${OUTPUT_DIR}

0 comments on commit 38e5cc3

Please sign in to comment.