File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,13 +9,9 @@ BOOST_NPM_EXECUTABLE_PATH="./vendor/bin/spin run node npm"
99
1010OCTANE_SERVER = frankenphp
1111
12- # The serversideup/php image variation being benchmarked (set by the
13- # PHP_VARIATION Docker build arg), e.g. fpm-nginx or frankenphp.
14- # PHP_VARIATION=
15-
16- # Where benchmark stages write their raw result files.
17- # BENCHMARK_RESULTS_PATH=
18-
19- # URL the web server load test targets. Only needed when the app cannot
20- # reach itself over HTTP (the self-test tries localhost, then APP_URL).
21- # BENCHMARK_HTTP_URL=
12+ # ###########################################
13+ # Base Image Configuration (choose an image from https://hub.docker.com/r/serversideup/php)
14+ # ###########################################
15+ # BASE_OS=trixie
16+ # PHP_VERSION=8.5
17+ # PHP_VARIATION=fpm-nginx
You can’t perform that action at this time.
0 commit comments