Skip to content

Commit

Permalink
Performance tests: configure as a production environment (WordPress#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal authored and sethrubenstein committed Jul 13, 2023
1 parent 3fa9711 commit 1da40b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/plugin/commands/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 1da40b5

Please sign in to comment.