Skip to content

Commit

Permalink
Change CLA to use node v20 (#378)
Browse files Browse the repository at this point in the history
* Change CLA to use `node v20`

* Increase mdbx write benchmark time due to go 1.22

---------

Co-authored-by: Oliver Bundalo <[email protected]>
  • Loading branch information
bane and oliverbundalo authored Sep 16, 2024
1 parent d3b83bc commit da9f074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Check CLA
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: contributor-assistant/github-action@v2.3.1
uses: contributor-assistant/github-action@v2.5.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion blockchain/storagev2/mdbx/mdbx_perf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func Benchmark(b *testing.B) {
}()

blockCount := 1000
storagev2.BenchmarkStorage(b, blockCount, s, 40, 18) // CI times
storagev2.BenchmarkStorage(b, blockCount, s, 43, 18) // CI times

size, err := dbSize(path)
require.NoError(b, err)
Expand Down

0 comments on commit da9f074

Please sign in to comment.