mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
use proper meas approach for cpp also
This commit is contained in:
parent
c17d75d1ef
commit
6af609e58b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ fi
|
|||
|
||||
if [ "$SUBJECT" = "cpp" ] ; then
|
||||
cd wrk/cpp && zig build -Doptimize=ReleaseFast
|
||||
./zig-out/bin/cpp-beast 127.0.0.1 8070 . &
|
||||
$TSK_SRV ./zig-out/bin/cpp-beast 127.0.0.1 8070 . &
|
||||
PID=$!
|
||||
URL=http://127.0.0.1:8070
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue