mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 23:54:08 +00:00
renamed wrk test cpp -> cpp-beast
This commit is contained in:
parent
ee20bce22d
commit
49b2762ecb
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ if [ "$SUBJECT" = "csharp" ] ; then
|
||||||
URL=http://127.0.0.1:5026
|
URL=http://127.0.0.1:5026
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$SUBJECT" = "cpp" ] ; then
|
if [ "$SUBJECT" = "cpp-beast" ] ; then
|
||||||
cd wrk/cpp && zig build -Doptimize=ReleaseFast
|
cd wrk/cpp && zig build -Doptimize=ReleaseFast
|
||||||
$TSK_SRV ./zig-out/bin/cpp-beast 127.0.0.1 8070 . &
|
$TSK_SRV ./zig-out/bin/cpp-beast 127.0.0.1 8070 . &
|
||||||
PID=$!
|
PID=$!
|
||||||
|
|
|
@ -6,7 +6,7 @@ if [ ! -d ".git" ] ; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SUBJECTS="zig go python sanic rust-bythebook rust-clean axum csharp cpp"
|
SUBJECTS="zig go python sanic rust-bythebook rust-clean axum csharp cpp-beast"
|
||||||
|
|
||||||
rm -f wrk/*.perflog
|
rm -f wrk/*.perflog
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue