Skip to content

Commit

Permalink
dont save first cpu idle either
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Jun 7, 2018
1 parent 3a87245 commit 88431be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lighthouse-core/lib/lantern-trace-saver.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ function convertNodeTimingsToTrace(nodeTimings) {
module.exports = {
simulationNamesToIgnore: [
'unlabeled',
// These node timings should be nearly identical to the ones produced for Interactive
'optimisticFirstCPUIdle',
'optimisticFlexFirstCPUIdle',
'pessimisticFirstCPUIdle',
'optimisticSpeedIndex',
'optimisticFlexSpeedIndex',
'pessimisticSpeedIndex',
Expand Down

0 comments on commit 88431be

Please sign in to comment.