Skip to content

Commit a9e433c

Browse files
remove resource-summary audit from results
1 parent 15b2be9 commit a9e433c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
node_modules
2-
results
3-
tmp
42
.idea/
53
.DS_Store
64
exthouse*

src/utils/measure-chromium.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ const lhrConfig = {
2020
'mainthread-work-breakdown',
2121
'bootup-time',
2222
'network-requests',
23-
'main-thread-tasks',
24-
'resource-summary'
23+
'main-thread-tasks'
2524
]
2625
}
2726
}

0 commit comments

Comments
 (0)