Changeset 55459
- Timestamp:
- 03/03/2023 08:37:10 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 15 added
- 2 edited
-
.github/workflows/performance.yml (added)
-
.gitignore (modified) (1 diff)
-
package.json (modified) (1 diff)
-
tests/performance (added)
-
tests/performance/config (added)
-
tests/performance/config/bootstrap.js (added)
-
tests/performance/jest.config.js (added)
-
tests/performance/log-results.js (added)
-
tests/performance/results.js (added)
-
tests/performance/run-tests.js (added)
-
tests/performance/specs (added)
-
tests/performance/specs/home-block-theme.test.js (added)
-
tests/performance/specs/home-classic-theme.test.js (added)
-
tests/performance/utils.js (added)
-
tests/performance/wp-content (added)
-
tests/performance/wp-content/mu-plugins (added)
-
tests/performance/wp-content/mu-plugins/server-timing.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r55303 r55459 15 15 /tests/phpunit/data/.trac-ticket-cache* 16 16 /tests/qunit/compiled.html 17 /tests/performance/**/*.test.results.json 17 18 /src/.wp-tests-version 18 19 /node_modules -
trunk/package.json
r55440 r55459 177 177 "env:logs": "node ./tools/local-env/scripts/docker.js logs", 178 178 "env:pull": "node ./tools/local-env/scripts/docker.js pull", 179 "test:performance": "node ./tests/performance/run-tests.js", 179 180 "test:php": "node ./tools/local-env/scripts/docker.js run -T php composer update -W && node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit", 180 181 "test:e2e": "node ./tests/e2e/run-tests.js",
Note: See TracChangeset
for help on using the changeset viewer.