mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
8 lines
222 B
Bash
Executable File
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
|