Skip to content

Commit

Permalink
misc: remove BenchmarkIndexes base artifact (#15941)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Apr 11, 2024
1 parent ae880ac commit 79c78be
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion core/config/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const baseArtifactKeySource = {
fetchTime: '',
LighthouseRunWarnings: '',
BenchmarkIndex: '',
BenchmarkIndexes: '',
settings: '',
Timing: '',
URL: '',
Expand Down
1 change: 0 additions & 1 deletion core/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class Runner {
networkUserAgent: artifacts.NetworkUserAgent,
hostUserAgent: artifacts.HostUserAgent,
benchmarkIndex: artifacts.BenchmarkIndex,
benchmarkIndexes: artifacts.BenchmarkIndexes,
credits,
},
audits: auditResultsById,
Expand Down
2 changes: 0 additions & 2 deletions types/artifacts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ interface UniversalBaseArtifacts {
LighthouseRunWarnings: Array<string | IcuMessage>;
/** The benchmark index that indicates rough device class. */
BenchmarkIndex: number;
/** Many benchmark indexes. Many. */
BenchmarkIndexes?: number[];
/** An object containing information about the testing configuration used by Lighthouse. */
settings: Config.Settings;
/** The timing instrumentation of the gather portion of a run. */
Expand Down
2 changes: 0 additions & 2 deletions types/lhr/lhr.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ declare module Result {
networkUserAgent: string;
/** The benchmark index number that indicates rough device class. */
benchmarkIndex: number;
/** Many benchmark indexes. */
benchmarkIndexes?: number[];
/** The version of libraries with which these results were generated. Ex: axe-core. */
credits?: Record<string, string|undefined>,
}
Expand Down

0 comments on commit 79c78be

Please sign in to comment.