Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Add runtime benchmarking suite to all runtimes (#1034)
Browse files Browse the repository at this point in the history
* Add benchmarking suite to all runtimes

* Add `runtime-benchmarks` feature to `test-linux-stable`

* Update Cargo.lock

* Update Cargo.lock

* Update Cargo.lock

* "user" instead of "caller"

* undo these changes
  • Loading branch information
shawntabrizi authored Apr 27, 2020
1 parent 402e9a0 commit ee2d914
Show file tree
Hide file tree
Showing 9 changed files with 317 additions and 141 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test-linux-stable: &test
RUSTFLAGS: -Cdebug-assertions=y
TARGET: native
script:
- time cargo test --all --release --verbose --locked
- time cargo test --all --release --verbose --locked --features runtime-benchmarks
- sccache -s


Expand Down Expand Up @@ -281,4 +281,3 @@ deploy-polkasync-kusama:
POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_REF}"
allow_failure: true
trigger: "parity/infrastructure/parity-testnet"

Loading

0 comments on commit ee2d914

Please sign in to comment.