Skip to content

Commit 3e5a104

Browse files
committed
print start and end of perf test on windows
1 parent c2f4dd6 commit 3e5a104

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor-windows-test.cmd

+3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ del /q killing-tests.tmp
1818
msbuild /m bin\perf_server.vcxproj /v:m
1919
msbuild /m bin\perf_client.vcxproj /v:m
2020

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

24+
echo Starting perf_client
2325
bin\Debug\perf_client -L info -s ::1:8443 -p 104857600:104857600
2426

27+
echo Perf run complete
2528
tskill perf_server
2629

2730
:after_perf_test

0 commit comments

Comments
 (0)