mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
fix run-http2
This commit is contained in:
parent
87606c8969
commit
d435becdd1
@ -12,8 +12,8 @@ sleep 3
|
||||
|
||||
echo "client: .\\bin\\Release\\Http2Client.exe"
|
||||
|
||||
.\\bin\\Release\\Http2Client.exe --count=10000 --thread=2 --call=synchttp2
|
||||
.\\bin\\Release\\Http2Client.exe --count=10000 --thread=2 --call=asynchttp2
|
||||
.\\bin\\Release\\Http2Client.exe --count=10000 --thread=2 --call=sync
|
||||
.\\bin\\Release\\Http2Client.exe --count=10000 --thread=2 --call=async
|
||||
|
||||
sleep 1
|
||||
|
||||
|
@ -13,8 +13,8 @@ sleep 1
|
||||
|
||||
echo "client: ./bin/Http2Client"
|
||||
|
||||
./bin/Http2Client --count=10000 --thread=2 --call=asynchttp
|
||||
./bin/Http2Client --count=10000 --thread=2 --call=synchttp
|
||||
./bin/Http2Client --count=10000 --thread=2 --call=async
|
||||
./bin/Http2Client --count=10000 --thread=2 --call=sync
|
||||
|
||||
sleep 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user