Skip to content

Commit b3ec4f5

Browse files
committed
Remove runtime benchmarking and metadata scripts
- Delete `runtime-benchmark-coverage.yml` workflow related to runtime benchmarking and coverage. - Remove scripts for benchmarking metadata engine, HTTP profile, and runtime matrix. - Delete runtime matrix benchmarking shell script. - Clean up associated legacy PHP scripts and Docker setup.
1 parent e8459fb commit b3ec4f5

15 files changed

Lines changed: 751 additions & 856 deletions

.github/workflows/runtime-benchmark-coverage.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
"@clearCache",
7777
"@clearViewCache"
7878
],
79-
"benchmark:metadata": "@php scripts/benchmark/metadata_engine_v3.php",
80-
"benchmark:runtime-matrix": "@php scripts/benchmark/runtime_matrix.php",
81-
"benchmark:runtime-loop": "bash scripts/benchmark/runtime_matrix_loop.sh --env-file .env",
82-
"coverage:assert90": "@php scripts/coverage/assert_min_coverage.php cache/coverage/coverage.xml 90",
8379
"clearCache": "[ -d ./cache/reflections ] && mv ./cache/reflections ./cache/.reflections_$(date +%Y%m%d%H%M%S) || echo 'Reflections folder does not exists.'",
8480
"clearViewCache": "[ -d ./cache/twig ] && rm -rf ./cache/twig || echo 'Twig cache folder does not exists.'"
8581
}

scripts/benchmark/metadata_engine_v3.php

Lines changed: 0 additions & 144 deletions
This file was deleted.

scripts/benchmark/run_http_profile.php

Lines changed: 0 additions & 112 deletions
This file was deleted.

scripts/benchmark/runtime_matrix.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)