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:
Nikolay Volf
2020-05-18 19:43:31 +03:00
committed by GitHub
parent 4644be3c90
commit 81b30fe6f6
2 changed files with 14 additions and 6 deletions
+2
View File
@@ -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: