Skip to content

Commit

Permalink
trigger the http with curl is not required anymore, since the latency…
Browse files Browse the repository at this point in the history
… data will be recorded by FIX client rather than spring
  • Loading branch information
baoying.wang committed Jan 6, 2018
1 parent ee895d5 commit c83b906
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/bash/run_single_scenario.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ curl http://localhost:8080/matching/reset_test_data | cut -c1-150

for i in {1..10}
do
curl http://localhost:8080/matching/get_test_summary | cut -c1-150
echo "$i/10 - ${test_name} sleep every $(($duration_in_second/10)) seconds, and trigger the dump latency data later"
echo "$(date '+%Y%m%d_%H%M%S') $i/10 - ${test_name} sleep every $(($duration_in_second/10)) seconds before exit"
sleep $(($duration_in_second/10))

done
Expand Down

0 comments on commit c83b906

Please sign in to comment.