Skip to content

Commit

Permalink
Merge pull request #516 from etclabscore/ci/fix-benchstat
Browse files Browse the repository at this point in the history
.github/workflows: benchstat@latest no longer has --geomean option
  • Loading branch information
meowsbits authored Jan 23, 2023
2 parents c50d2cf + 2d1fcfb commit aca2c3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:

- name: "Analyze Results [COMPRESSED]"
run: |
benchstat --geomean go-ethereum.txt core-geth.txt
benchstat go-ethereum.txt core-geth.txt
- name: "Analyze Results [RAW DELTA]"
run: |
benchstat --geomean --delta-test=none go-ethereum.txt core-geth.txt
benchstat --delta-test=none go-ethereum.txt core-geth.txt
4 changes: 2 additions & 2 deletions .github/workflows/bench-trie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:

- name: "Analyze Results [COMPRESSED]"
run: |
benchstat --geomean go-ethereum.txt core-geth.txt
benchstat go-ethereum.txt core-geth.txt
- name: "Analyze Results [RAW DELTA]"
run: |
benchstat --geomean --delta-test=none go-ethereum.txt core-geth.txt
benchstat --delta-test=none go-ethereum.txt core-geth.txt
4 changes: 2 additions & 2 deletions .github/workflows/bench-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
- name: "Analyze Results [COMPRESSED]"
run: |
benchstat --geomean go-ethereum_compress.txt core-geth_compress.txt
benchstat go-ethereum_compress.txt core-geth_compress.txt
- name: "Analyze Results [RAW DELTA]"
run: |
benchstat --geomean --delta-test=none go-ethereum.txt core-geth.txt
benchstat --delta-test=none go-ethereum.txt core-geth.txt

0 comments on commit aca2c3a

Please sign in to comment.