From 6af609e58bfbadec872420780719dd2b1410a702 Mon Sep 17 00:00:00 2001 From: Alex Pyattaev Date: Tue, 22 Aug 2023 00:26:37 +0300 Subject: [PATCH] use proper meas approach for cpp also --- wrk/measure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrk/measure.sh b/wrk/measure.sh index aee1539..73e66ce 100755 --- a/wrk/measure.sh +++ b/wrk/measure.sh @@ -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