mirror of
https://github.com/nclabteam/THPA.git
synced 2025-02-12 10:31:54 +00:00
13 lines
328 B
Bash
Executable file
13 lines
328 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
echo "Begin"
|
|
echo "1-1-1"
|
|
./auto_hey_test_all_notEqualTraffic 30 100000 30009 1 1 1
|
|
echo "8-8-8"
|
|
./auto_hey_test_all_notEqualTraffic 120 100000 30009 8 8 8
|
|
echo "8-0-0"
|
|
./auto_hey_test_all_notEqualTraffic 420 100000 30009 8 0 0
|
|
echo "1-1-1"
|
|
./auto_hey_test_all_notEqualTraffic 420 100000 30009 1 1 1
|
|
echo "finish"
|