Skip to content

Commit

Permalink
* Updating Travis CI to launch both a pub and sub on the network prof…
Browse files Browse the repository at this point in the history
…iler tests
  • Loading branch information
jredmondson committed Jun 16, 2018
1 parent 14eeea8 commit 2240328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ script:
- $MADARA_ROOT/bin/test_reasoning_throughput
# test UDP Multicast networking performance and connectivity for 60s
- echo "Testing multicast performance..."
- $MADARA_ROOT/bin/network_profiler -i 0 -s 1024 & $MADARA_ROOT/bin/network_profiler -i 0
- $MADARA_ROOT/bin/network_profiler -i 0 -s 1024 & $MADARA_ROOT/bin/network_profiler -i 1
# test UDP Unicast networking performance and connectivity for 60s
- $MADARA_ROOT/bin/network_profiler -i 0 -s 1024 -u 127.0.0.1:30000 -u 127.0.0.1:30001 & $MADARA_ROOT/bin/network_profiler -i 0 -u 127.0.0.1:30001
- $MADARA_ROOT/bin/network_profiler -i 0 -s 1024 -u 127.0.0.1:30000 -u 127.0.0.1:30001 & $MADARA_ROOT/bin/network_profiler -i 1 -u 127.0.0.1:30001


0 comments on commit 2240328

Please sign in to comment.