Make WordPress Core


Ignore:
Timestamp:
11/08/2023 10:30:21 AM (17 months ago)
Author:
swissspidy
Message:

Build/Test Tools: Expand performance test scenarios.

Adds new tests for localized sites as well as the dashboard.
Also amends Server-Timing output to measure memory usage in all scenarios.

Props swissspidy, joemcgill, flixos90, mukesh27, mamaduka.
See #59656.
Fixes #59815.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/performance.yml

    r56972 r57083  
    163163          npm run env:cli -- rewrite structure '/%year%/%monthnum%/%postname%/' --path=/var/www/${{ env.LOCAL_DIR }}
    164164
     165      - name: Install additional languages
     166        run: |
     167          npm run env:cli -- language core install de_DE --path=/var/www/${{ env.LOCAL_DIR }}
     168          npm run env:cli -- language plugin install de_DE --all --path=/var/www/${{ env.LOCAL_DIR }}
     169          npm run env:cli -- language theme install de_DE --all --path=/var/www/${{ env.LOCAL_DIR }}
     170
    165171      - name: Install MU plugin
    166172        run: |
Note: See TracChangeset for help on using the changeset viewer.