Skip to content

Commit

Permalink
updated scripts: test and bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Ahmad authored and Muhammad Ahmad committed Feb 13, 2025
1 parent b77963a commit 5a5bc59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"lint:types": "tsc",
"postpack": "git clean -f '*.d.ts*'",
"prepack": "tsc --build tsconfig.build.json",
"test": "ava"
"test": "yarn rollup -c && eshost -h v8,xs dist/bundle.js",
"bench": "yarn rollup -c && node --jitless --cpu-prof dist/bundle.js"
},
"devDependencies": {
"@endo/lockdown": "workspace:^",
Expand Down

0 comments on commit 5a5bc59

Please sign in to comment.