Skip to content

Commit

Permalink
fix bench ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Jul 9, 2024
1 parent c41e38f commit 8334281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"type": "module",
"private": true,
"scripts": {
"prChecks": "pnpm lint && pnpm testRepo && pnpm testTsVersions",
"prChecks": "pnpm lint && pnpm testRepo && pnpm bench && pnpm testTsVersions",
"build": "pnpm -r build",
"buildCjs": "ARKTYPE_CJS=1 pnpm -r build",
"test": "pnpm testTyped --skipTypes",
"testTyped": "mocha --exclude 'ark/attest/**/*.test.*'",
"testRepo": "pnpm test && pnpm testV8 && cd ./ark/attest && pnpm test && pnpm bench",
"testRepo": "pnpm test && pnpm testV8 && cd ./ark/attest && pnpm test",
"testV8": "node --allow-natives-syntax ./ark/repo/testV8.js",
"testTsVersions": "tsx ./ark/repo/testTsVersions.ts",
"bench": "pnpm benchOperand && pnpm benchOperator && pnpm benchObject && pnpm benchCyclic",
Expand Down

0 comments on commit 8334281

Please sign in to comment.