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

use proper meas approach for cpp also

This commit is contained in:
Alex Pyattaev 2023-08-22 00:26:37 +03:00
parent c17d75d1ef
commit 6af609e58b

View file

@ -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