-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
|
/benchmark runtime polkadot pallet_balances |
|
Benchmark Runtime Polkadot Pallet for branch "oty-test-bench-bot" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_balances --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) Results |
…-- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_balances --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
|
/benchy runtime kusama pallet_balances |
|
Benchmark Runtime Kusama Pallet for branch "oty-test-bench-bot" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_balances --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) Results |
…-- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_balances --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
This reverts commit d0fcc4f.
|
/benchthis runtime polkadot frame_benchmarking::baseline |
|
/bench runtime kusama frame_benchmarking::baseline |
|
/bench runtime kusama frame_benchmarking::baseline |
1 similar comment
|
/bench runtime kusama frame_benchmarking::baseline |
|
Benchmark Runtime Kusama Pallet for branch "oty-test-bench-bot" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_benchmarking::baseline --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/frame_benchmarking_baseline.rs Toolchain: stable-x86_64-unknown-linux-gnu (default) Results |
…-- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_benchmarking::baseline --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/frame_benchmarking_baseline.rs
|
/benchthis runtime polkadot frame_benchmarking::baseline |
|
Benchmark Runtime Polkadot Pallet for branch "oty-test-bench-bot" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_benchmarking::baseline --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/frame_benchmarking_baseline.rs Toolchain: stable-x86_64-unknown-linux-gnu (default) Results |
…-- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_benchmarking::baseline --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/frame_benchmarking_baseline.rs
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
| /// Weight functions for `frame_benchmarking::baseline`. | ||
| pub struct WeightInfo<T>(PhantomData<T>); | ||
| impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for WeightInfo<T> { | ||
| fn addition(_i: u32, ) -> Weight { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ reviewers:
The ignored parameters here are a known issue; https://github.com/paritytech/substrate/issues/10638
|
CI failing. |
|
We dont need to expose the |
|
bot merge |
CI does currently not work because of a problem in Substrate, but should, once fixed.
Balancesto see that theproductionprofile causes lower weightsbaselinebenchmarks to Polkadot and Kusamarelated paritytech/bench-bot#79 and paritytech/substrate#10692