Skip to content

Commit 1e3f4d9

Browse files
committed
testing sim_threshold use reasonable required speeds
1 parent e6a20f7 commit 1e3f4d9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

testing/simulation/hospital.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sim_general:
3131
sim_threshold:
3232
- id: hospital_throughput
3333
mbps_accuracy: 50
34-
mbps_required: 50000
34+
mbps_required: 2500
3535
analysis:
3636
use_statistic_counter: true
3737
metrics:

testing/simulation/munich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sim_general:
3535
sim_threshold:
3636
- id: munich_throughput
3737
mbps_accuracy: 50
38-
mbps_required: 50000
38+
mbps_required: 2500
3939
analysis:
4040
use_statistic_counter: true
4141
metrics:

testing/simulation/one_packet_flows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sim_general:
3131
sim_threshold:
3232
- id: one_packet_throughput
3333
mbps_accuracy: 100
34-
mbps_required: 5000
34+
mbps_required: 700
3535
speed_max: 12500
3636
analysis:
3737
use_statistic_counter: true
@@ -51,7 +51,7 @@ sim_threshold:
5151
- id: one_packet_limit_cache_size
5252
marks: []
5353
mbps_accuracy: 100
54-
mbps_required: 5000
54+
mbps_required: 500
5555
speed_max: 12500
5656
probe:
5757
cache_size: 14 # exponent to the power of 2
@@ -74,7 +74,7 @@ sim_threshold:
7474
- id: one_packet_short_timeout
7575
marks: []
7676
mbps_accuracy: 100
77-
mbps_required: 5000
77+
mbps_required: 900
7878
speed_max: 12500
7979
probe:
8080
active_timeout: 10

0 commit comments

Comments
 (0)