mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Fix benchmarks and add check so that they won't break again (#6061)
* fix benchmarks and add check * address review * fix line width
This commit is contained in:
@@ -175,6 +175,8 @@ cargo-check-benches:
|
||||
<<: *docker-env
|
||||
script:
|
||||
- BUILD_DUMMY_WASM_BINARY=1 time cargo +nightly check --benches --all
|
||||
- cargo run --release -p node-bench -- ::node::import::native::sr25519::transfer_keep_alive::paritydb::small
|
||||
- cargo run --release -p node-bench -- ::trie::read::small
|
||||
- sccache -s
|
||||
|
||||
cargo-check-subkey:
|
||||
|
||||
Reference in New Issue
Block a user