Run before benchmark with base image

This commit is contained in:
Chirag Aggarwal
2026-04-21 16:33:09 +05:30
parent 566eebfaec
commit ef08d5a04c
+1 -1
View File
@@ -710,7 +710,7 @@ jobs:
-e APPWRITE_BENCHMARK_ITERATIONS=1 \
-e APPWRITE_BENCHMARK_VUS=1 \
-e APPWRITE_BENCHMARK_SUMMARY_PATH=benchmark-before-summary.json \
${{ env.IMAGE }}:after php tests/benchmarks/http.php | tee benchmark-before.txt
${{ env.IMAGE }}:before php tests/benchmarks/http.php | tee benchmark-before.txt
- name: Stop before Appwrite
if: always()