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:
parent
85076dbe55
commit
b9be9eb50f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue