fix run-http2

This commit is contained in:
ruanshudong 2020-02-18 09:45:47 +08:00
parent 87606c8969
commit d435becdd1
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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