Skip to content

Commit eb2d5f9

Browse files
committed
temporarily disable lighthouse metric
1 parent dd95e9f commit eb2d5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts/src/forkedBenchmarkRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function runLighthouse(protocolResults: any[]): Promise<LighthouseData> {
113113

114114
const audits = lhResults.audits;
115115
let LighthouseData: LighthouseData = {
116-
TimeToConsistentlyInteractive: audits['consistently-interactive'].extendedInfo.value.timeInMs,
116+
TimeToConsistentlyInteractive: 0, // temporarily disabled due to #458 audits['consistently-interactive'].extendedInfo.value.timeInMs,
117117
ScriptBootUpTtime: audits['bootup-time'].rawValue,
118118
MainThreadWorkCost: audits['mainthread-work-breakdown'].rawValue,
119119
TotalByteWeight: audits['total-byte-weight'].rawValue,

0 commit comments

Comments
 (0)