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:
parent
c17d75d1ef
commit
6af609e58b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ fi
|
||||||
|
|
||||||
if [ "$SUBJECT" = "cpp" ] ; then
|
if [ "$SUBJECT" = "cpp" ] ; then
|
||||||
cd wrk/cpp && zig build -Doptimize=ReleaseFast
|
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=$!
|
PID=$!
|
||||||
URL=http://127.0.0.1:8070
|
URL=http://127.0.0.1:8070
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue