1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

renamed wrk test cpp -> cpp-beast

This commit is contained in:
Rene Schallner 2023-08-22 16:32:43 +02:00
parent ee20bce22d
commit 49b2762ecb
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ if [ "$SUBJECT" = "csharp" ] ; then
URL=http://127.0.0.1:5026
fi
if [ "$SUBJECT" = "cpp" ] ; then
if [ "$SUBJECT" = "cpp-beast" ] ; then
cd wrk/cpp && zig build -Doptimize=ReleaseFast
$TSK_SRV ./zig-out/bin/cpp-beast 127.0.0.1 8070 . &
PID=$!

View file

@ -6,7 +6,7 @@ if [ ! -d ".git" ] ; then
exit 1
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