You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduce `benchmarking.rs` and `weights.rs` in `modules/ismp/clients/parachain/client/`
- Update `Cargo.toml` files to enable benchmarking features
- Adjust runtime configurations in `gargantua` and `nexus` runtimes
- Integrate `runtime-benchmarks` for ismp-parachain
This commit sets up the basic benchmarking framework for the ismp-parachain client, addressing polytope-labs#349. Even though the logic is not dynamic, this ensures we have a performance baseline.
Would be nice to have benchmarks for
ismp-parachain
since it doesn't have any dynamic logic likepallet-ismp
The text was updated successfully, but these errors were encountered: