-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
/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 <oliver.tale-yazdi@parity.io>
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
|
…oty-test-bench-bot
…-- 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 <oliver.tale-yazdi@parity.io>
/// 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.
Balances
to see that theproduction
profile causes lower weightsbaseline
benchmarks to Polkadot and Kusamarelated paritytech/bench-bot#79 and paritytech/substrate#10692