We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f701685 commit dfb089cCopy full SHA for dfb089c
benchmarks/e2e-aws-event.js
packages/core/package.json
@@ -27,7 +27,8 @@
27
"scripts": {
28
"test": "npm run test:unit",
29
"test:unit": "ava",
30
- "test:benchmark": "node __benchmarks__/index.js"
+ "test:benchmark": "node __benchmarks__/index.js",
31
+ "test:profile": "node --prof __benchmarks__/index.js && node --prof-process --preprocess -j isolate*.log | speedscope -"
32
},
33
"license": "MIT",
34
"keywords": [
0 commit comments