Skip to content

Commit

Permalink
core(bootup-time): exclude _lighthouse-eval.js (#15678)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Dec 8, 2023
1 parent c4d02c6 commit 5b395a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/audits/bootup-time.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ class BootupTime extends Audit {
settings.throttling.cpuSlowdownMultiplier : 1;

const executionTimings = getExecutionTimingsByURL(tasks, networkRecords);
// Exclude our own tasks.
executionTimings.delete('_lighthouse-eval.js');

const tbtImpact = await this.getTbtImpact(artifacts, context);

let hadExcessiveChromeExtension = false;
Expand Down

0 comments on commit 5b395a3

Please sign in to comment.