Skip to content

Commit

Permalink
Update the benchmark version
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 14, 2025
1 parent a3d4157 commit 863251f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .benchrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
threshold: 3
maxMs: 60_000
minRuns: 10
triggerGC: true
setupFiles:
- ./setHasher.mjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:unit": "lerna run test:unit",
"test:browsers": "lerna run test:browsers",
"test": "lerna run test",
"benchmark:files": "NODE_OPTIONS='--max_old_space_size=4096 --loader=ts-node/esm' benchmark --config .benchrc.yaml",
"benchmark:files": "NODE_OPTIONS='--max_old_space_size=4096 --expose-gc --loader=ts-node/esm' benchmark --config .benchrc.yaml",
"benchmark": "yarn benchmark:files 'packages/*/test/perf/**/*.test.ts'",
"benchmark:local": "yarn benchmark --local",
"check-readme": "lerna run check-readme"
Expand All @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/register": "^7.15.3",
"@chainsafe/benchmark": "^1.1.0-rc.4",
"@chainsafe/benchmark": "^1.1.0-rc.5",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1381,10 +1381,10 @@
core-js "2.6.10"
require-resolve "0.0.2"

"@chainsafe/benchmark@^1.1.0-rc.4":
version "1.1.0-rc.4"
resolved "https://registry.yarnpkg.com/@chainsafe/benchmark/-/benchmark-1.1.0-rc.4.tgz#e791fd938044bdc81ff09643df069fdb768c6356"
integrity sha512-ekDBTaG2OjgOuvwK28NXgBA/68SvovPMMwvvqfggN27/xpBZ3PDE7Id8tg2RgskGV49qUAIOMg2FjUd5Pk43dQ==
"@chainsafe/benchmark@^1.1.0-rc.5":
version "1.1.0-rc.5"
resolved "https://registry.yarnpkg.com/@chainsafe/benchmark/-/benchmark-1.1.0-rc.5.tgz#bb9b311bcd20c875c366428f07aef7e0cc14cd5f"
integrity sha512-d09Z35Hc4SkkzJ0ugNIiLMldC7AIa6KavO5l1dZxSGb0pSm/DMNHliztmwVZfG3p+iO8/xmRjwvqNiLDsW1ETg==
dependencies:
"@actions/cache" "^4.0.0"
"@actions/github" "^6.0.0"
Expand Down

0 comments on commit 863251f

Please sign in to comment.