Update benchmarks, add to CI (#988)

This commit is contained in:
Michael Sproul
2020-04-06 20:16:08 +10:00
committed by GitHub
parent 4cba745df6
commit 869b0621d6
6 changed files with 48 additions and 40 deletions

View File

@@ -58,3 +58,10 @@ jobs:
run: sudo npm install -g ganache-cli
- name: Run the beacon chain sim
run: cargo run --release --bin simulator beacon-chain-sim
check-benchmarks:
runs-on: ubuntu-latest
needs: cargo-fmt
steps:
- uses: actions/checkout@v1
- name: Typecheck benchmark code without running it
run: make check-benches