diff --git a/Makefile b/Makefile index 2457d06275..7a0d555141 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ benchmarks-pallet_proxy-local .PHONY: benchmarks benchmarks: - ./scripts/run_benchmarks.sh + sh -x ./scripts/run_benchmarks.sh # # Target to run benchmarks for local development. Uses the "bench-dev" profile,