Skip to content

Commit

Permalink
Refactor alliance benchmarks to v2 (paritytech#1868)
Browse files Browse the repository at this point in the history
- This PR refactors `alliance/src/benchmarkings.rs` to use benchmarking
v2. These changes are needed to improve the readability and
maintainability of the benchmarking code.

- No known issue to backlink.

## Local Testing 
1. `cargo build --features runtime-benchmarks` 
2. `cargo run --locked --release -p node-cli --bin substrate-node
--features runtime-benchmarks -- benchmark pallet --execution wasm
--wasm-execution compiled --chain dev --pallet "*" --extrinsic "*"
--steps 2 --repeat 1`
  • Loading branch information
0xmovses committed Oct 13, 2023
1 parent d82a3c0 commit b6c5e54
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 260 deletions.
Loading

0 comments on commit b6c5e54

Please sign in to comment.