ws autobahn / report progress with spdlog::info to get timing info

This commit is contained in:
Benjamin Sergeant
2019-09-04 10:16:32 -07:00
parent b360fb9ca0
commit a43046c921
6 changed files with 13 additions and 4 deletions

View File

@ -63,6 +63,9 @@ test:
ws_test: ws
(cd ws ; env DEBUG=1 PATH=../ws/build:$$PATH bash test_ws.sh)
autobahn_report:
cp -rvf ~/sandbox/reports/clients/* ../bsergean.github.io/IXWebSocket/autobahn/
# For the fork that is configured with appveyor
rebase_upstream:
git fetch upstream