Skip to content
Snippets Groups Projects
Commit 6880bad5 authored by bgallois's avatar bgallois Committed by Hugo Trentesaux
Browse files

uncomment commands

parent 4b77bbfe
No related branches found
No related tags found
1 merge request!272Separate weight by chains
......@@ -3,6 +3,6 @@ for chain in g1 gtest gdev
do
cargo build --release --no-default-features --features runtime-benchmarks,$chain
target/release/duniter benchmark storage --chain=dev --mul=2 --weight-path=./runtime/$chain/src/weights/ --state-version=1 --database=paritydb
#target/release/duniter benchmark overhead --chain=dev --wasm-execution=compiled --weight-path=./runtime/$chain/src/weights/ --warmup=10 --repeat=100
#target/release/duniter benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet="*" --extrinsic="*" --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/$chain/src/weights/
target/release/duniter benchmark overhead --chain=dev --wasm-execution=compiled --weight-path=./runtime/$chain/src/weights/ --warmup=10 --repeat=100
target/release/duniter benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet="*" --extrinsic="*" --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/$chain/src/weights/
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment