Changeset 59170
- Timestamp:
- 10/04/2024 04:24:33 PM (5 weeks ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/performance.yml
r58165 r59170 44 44 with: 45 45 memcached: ${{ matrix.memcached }} 46 secrets: 47 CODEVITALS_PROJECT_TOKEN: ${{ secrets.CODEVITALS_PROJECT_TOKEN }} 46 48 47 49 slack-notifications: -
trunk/.github/workflows/reusable-performance.yml
r58789 r59170 27 27 type: 'boolean' 28 28 default: false 29 secrets: 30 CODEVITALS_PROJECT_TOKEN: 31 description: 'The authorization token for https://www.codevitals.run/project/wordpress.' 32 required: true 29 33 30 34 env: -
trunk/tests/performance/log-results.js
r58077 r59170 109 109 req.on( 'error', ( error ) => { 110 110 console.error( error ); 111 process.exit( 1 ); 111 112 } ); 112 113
Note: See TracChangeset
for help on using the changeset viewer.