Skip to content

Commit 94433ce

Browse files
committed
Update Makefile
1 parent 59932e7 commit 94433ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/import_benchmark/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ NETWORK ?= hoodi
44
run-bench:
55
rm -rf ~/.local/share/temp
66
cp -r ~/.local/share/ethrex_$(NETWORK)_bench/ethrex ~/.local/share/temp
7-
cd ../.. && cargo r --release -- --network $(NETWORK) import-bench ~/.local/share/ethrex_$(NETWORK)_bench/chain.rlp | tee bench-$(BENCH_NUM).log
7+
cd ../.. && cargo r --release -- --network $(NETWORK) --datadir ~/.local/share/temp import-bench ~/.local/share/ethrex_$(NETWORK)_bench/chain.rlp | tee bench-$(BENCH_NUM).log

0 commit comments

Comments
 (0)