Skip to content

Commit

Permalink
Merge pull request #517 from etclabscore/ci/fix-benchstat
Browse files Browse the repository at this point in the history
Ci/fix benchstat
  • Loading branch information
meowsbits authored Jan 23, 2023
2 parents aca2c3a + eedc6bb commit 9289ae2
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 @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'ethereum/go-ethereum'
ref: 'v1.9.25'
ref: 'v1.10.26'

- name: Benchmark ethereum/go-ethereum
id: bench
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
- name: "Analyze Results [RAW DELTA]"
run: |
benchstat --delta-test=none go-ethereum.txt core-geth.txt
benchstat 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 @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'ethereum/go-ethereum'
ref: 'v1.9.25'
ref: 'v1.10.26'

- name: Benchmark ethereum/go-ethereum
id: bench
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
- name: "Analyze Results [RAW DELTA]"
run: |
benchstat --delta-test=none go-ethereum.txt core-geth.txt
benchstat 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 @@ -52,7 +52,7 @@ jobs:
run: |
git remote add foundation https://github.com/ethereum/go-ethereum.git
git fetch foundation
git checkout v1.9.25
git checkout v1.10.26
# git submodule update
git checkout $GITHUB_SHA -- tests/vm_bench_test.go
go test -short ./tests -count 1 -p 1 -timeout 60m -run NONE -bench=VM -v |& tee go-ethereum.txt
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
- name: "Analyze Results [RAW DELTA]"
run: |
benchstat --delta-test=none go-ethereum.txt core-geth.txt
benchstat go-ethereum.txt core-geth.txt

0 comments on commit 9289ae2

Please sign in to comment.