mirror of
https://github.com/nclabteam/THPA.git
synced 2025-03-09 15:39:59 +00:00
- Add scripts and manual for evaluation sections
This commit is contained in:
parent
b8bdef8213
commit
7d3d945436
10 changed files with 328 additions and 1 deletions
13
experimental-scripts/sectionV_A/autoscling_realTime_test
Executable file
13
experimental-scripts/sectionV_A/autoscling_realTime_test
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/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"
|
Loading…
Add table
Add a link
Reference in a new issue