Skip to content

Commit

Permalink
Try 30% max regression allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Dec 8, 2023
1 parent 6616ca9 commit 2eb27e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check-performance-regression.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const fs = require( 'fs' );
const path = require( 'path' );

const resultsPath = process.env.WP_ARTIFACTS_PATH;
const maxRegressionFactor = 1.1; // fail on >10% regression
const maxRegressionFactor = 1.3; // fail on >30% regression
const regressedMetrics = [];

fs.readdir( resultsPath, ( err, files ) => {
Expand Down

0 comments on commit 2eb27e9

Please sign in to comment.