Add runtime-benchmarks for frame-benchmarking#10324
Add runtime-benchmarks for frame-benchmarking#10324bkchr merged 6 commits intoparitytech:masterfrom zjb0807:update-baseline
Conversation
|
What is the reason for this pr? |
|
|
Why has your bencher the crate imported when the |
This is a module that imports some methods of |
|
Looks like there is a lot more places this needs to be updated? Just search for And also Polkadot + Cumulus companion |
|
/benchmark runtime pallet pallet_balances |
|
Benchmark Runtime Pallet for branch "update-baseline" with command cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_balances --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/balances/src/weights.rs --template=./.maintain/frame-weight-template.hbs ResultsERROR: Unable to push ./frame/balances/src/weights.rs |
Other places just import the |
|
gitlab-check-dependent-cumulus error: gitlab-check-dependent-polkadot error: But the feature is added. And paritytech/polkadot#4387 works on my machine. Is there a problem with CI? |
|
The Polkadot and Cumulus companion don't execute |
|
CI is broken for now. We either wait or merge later manually. Thanks! |
* update frame/benchmarking/src/baseline.rs * add runtime-benchmarks feature * add runtime-benchmarks for frame-benchmarking * update frame-benchmarking/runtime-benchmarks * trigger GitHub actions
* update frame/benchmarking/src/baseline.rs * add runtime-benchmarks feature * add runtime-benchmarks for frame-benchmarking * update frame-benchmarking/runtime-benchmarks * trigger GitHub actions
* update frame/benchmarking/src/baseline.rs * add runtime-benchmarks feature * add runtime-benchmarks for frame-benchmarking * update frame-benchmarking/runtime-benchmarks * trigger GitHub actions
* update frame/benchmarking/src/baseline.rs * add runtime-benchmarks feature * add runtime-benchmarks for frame-benchmarking * update frame-benchmarking/runtime-benchmarks * trigger GitHub actions
* update frame/benchmarking/src/baseline.rs * add runtime-benchmarks feature * add runtime-benchmarks for frame-benchmarking * update frame-benchmarking/runtime-benchmarks * trigger GitHub actions
Add
runtime-benchmarksfeature for frame-benchmarking to control baseline benchmarks.polkadot companion: paritytech/polkadot#4387
cumulus companion: paritytech/cumulus#802