From 38e5cc3ba3a018a4d682784a2bb09a93868ed6c5 Mon Sep 17 00:00:00 2001 From: Bolaji Ahmad <56865496+bolajahmad@users.noreply.github.com> Date: Mon, 20 Feb 2023 00:08:52 +0100 Subject: [PATCH] added variables to make command for benchmark --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1230d4b..be379d5d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ CARGO=cargo +PALLET_NAME=${pallet} +OUTPUT_DIR=$(output) .PHONY: init init: @@ -16,4 +18,4 @@ compare-ordering: .PHONY: benchmark benchmark: - ./scripts/run-benchmark-on.sh \ No newline at end of file + ./scripts/run-benchmark-on.sh ${PALLET_NAME} ${OUTPUT_DIR}