Skip to content

Commit dfb089c

Browse files
committed
chore: clean up
1 parent f701685 commit dfb089c

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

benchmarks/e2e-aws-event.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"scripts": {
2828
"test": "npm run test:unit",
2929
"test:unit": "ava",
30-
"test:benchmark": "node __benchmarks__/index.js"
30+
"test:benchmark": "node __benchmarks__/index.js",
31+
"test:profile": "node --prof __benchmarks__/index.js && node --prof-process --preprocess -j isolate*.log | speedscope -"
3132
},
3233
"license": "MIT",
3334
"keywords": [

0 commit comments

Comments
 (0)