Skip to content

Commit

Permalink
print start and end of perf test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TYoungSL committed Jan 12, 2022
1 parent c2f4dd6 commit 3e5a104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor-windows-test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ del /q killing-tests.tmp
msbuild /m bin\perf_server.vcxproj /v:m
msbuild /m bin\perf_client.vcxproj /v:m

echo Starting perf_server
start "" /b cmd /c "bin\Debug\perf_server -L notice -s ::1:8443 -c localhost,tests/localhost.pem,tests/localhost.key"

echo Starting perf_client
bin\Debug\perf_client -L info -s ::1:8443 -p 104857600:104857600

echo Perf run complete
tskill perf_server

:after_perf_test
Expand Down

0 comments on commit 3e5a104

Please sign in to comment.