diff --git a/bin/plugin/commands/performance.js b/bin/plugin/commands/performance.js index 95e74c851c1d6..1acf6eb6a64f9 100644 --- a/bin/plugin/commands/performance.js +++ b/bin/plugin/commands/performance.js @@ -330,6 +330,10 @@ async function runPerformanceTests( branches, options ) { path.join( environmentDirectory, '.wp-env.json' ), JSON.stringify( { + config: { + WP_DEBUG: false, + SCRIPT_DEBUG: false, + }, core: 'WordPress/WordPress', plugins: [ path.join( environmentDirectory, 'plugin' ) ], themes: [