mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 09:02:11 +01: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
|