Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove min/max
  • Loading branch information
ellatrix committed Dec 4, 2023
commit 8b8eb94202893d36871a9f7038a53f9e6d5d2289
4 changes: 0 additions & 4 deletions test/performance/config/performance-reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export interface WPPerformanceResults {
minType?: number;
maxType?: number;
typeWithoutInspector?: number;
minTypeWithoutInspector?: number;
maxTypeWithoutInspector?: number;
typeContainer?: number;
minTypeContainer?: number;
maxTypeContainer?: number;
Expand Down Expand Up @@ -97,8 +95,6 @@ export function curateResults(
minType: minimum( results.type ),
maxType: maximum( results.type ),
typeWithoutInspector: average( results.typeWithoutInspector ),
minTypeWithoutInspector: minimum( results.typeWithoutInspector ),
maxTypeWithoutInspector: maximum( results.typeWithoutInspector ),
typeContainer: average( results.typeContainer ),
minTypeContainer: minimum( results.typeContainer ),
maxTypeContainer: maximum( results.typeContainer ),
Expand Down