Files
frankenphp/testdata/performance/start-server.sh
Alliballibaba2 072151dfee feat: Adds automatic thread scaling at runtime and php_ini configuration in Caddyfile (#1266)
Adds option to scale threads at runtime

Adds php_ini configuration in Caddyfile
2025-02-19 20:39:33 +01:00

8 lines
222 B
Bash
Executable File

#!/bin/bash
# build and run FrankenPHP with the k6.Caddyfile
cd /go/src/app/caddy/frankenphp &&
go build --buildvcs=false &&
cd ../../testdata/performance &&
/go/src/app/caddy/frankenphp/frankenphp run -c k6.Caddyfile