Skip to content

Commit c123310

Browse files
Merge pull request #3005 from preactjs/trace-benchmarks
Upgrade tachometer and add script to analyze browser trace logs
2 parents 9250ac9 + 169eea1 commit c123310

File tree

10 files changed

+4128
-83
lines changed

10 files changed

+4128
-83
lines changed

benches/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dist/
22
results/
3+
logs/
34
node_modules/
45
proxy-packages/*/package-lock.json

benches/jsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es2020",
4+
"checkJs": true,
5+
"moduleResolution": "node"
6+
},
7+
"exclude": ["node_modules", "dist"]
8+
}

0 commit comments

Comments
 (0)