1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

wrl/measure.sh: updated to latest zig

This commit is contained in:
Rene Schallner 2023-04-18 19:49:38 +02:00
parent 85076dbe55
commit b9be9eb50f

View file

@ -12,7 +12,7 @@ if [ "$SUBJECT" = "" ] ; then
fi
if [ "$SUBJECT" = "zig" ] ; then
zig build -Drelease-fast wrk > /dev/null
zig build -Doptimize=ReleaseFast wrk > /dev/null
./zig-out/bin/wrk &
PID=$!
URL=http://127.0.0.1:3000