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:
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
|
||||
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=$!
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue