Use custom runner for import benchmarks (#5477)
* custom benchmark runner * add license preamble * delete old benchmarks * update toml * imporove macro * tabs * add size * size fixes * add docs for cli
Showing
- substrate/Cargo.lock 15 additions, 0 deletionssubstrate/Cargo.lock
- substrate/Cargo.toml 1 addition, 0 deletionssubstrate/Cargo.toml
- substrate/bin/node/bench/Cargo.toml 20 additions, 0 deletionssubstrate/bin/node/bench/Cargo.toml
- substrate/bin/node/bench/src/core.rs 140 additions, 0 deletionssubstrate/bin/node/bench/src/core.rs
- substrate/bin/node/bench/src/import.rs 136 additions, 0 deletionssubstrate/bin/node/bench/src/import.rs
- substrate/bin/node/bench/src/main.rs 95 additions, 0 deletionssubstrate/bin/node/bench/src/main.rs
- substrate/bin/node/testing/Cargo.toml 0 additions, 4 deletionssubstrate/bin/node/testing/Cargo.toml
- substrate/bin/node/testing/benches/import.rs 0 additions, 259 deletionssubstrate/bin/node/testing/benches/import.rs
substrate/bin/node/bench/Cargo.toml
0 → 100644
substrate/bin/node/bench/src/core.rs
0 → 100644
substrate/bin/node/bench/src/import.rs
0 → 100644
substrate/bin/node/bench/src/main.rs
0 → 100644
Please register or sign in to comment