Skip to content

Commit 1188a0b

Browse files
committed
testing one_packet_flows add test with larger cache size
1 parent 7761ff2 commit 1188a0b

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

testing/simulation/one_packet_flows.yml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default:
2222
sim_general:
2323
- id: one_packet_precise
2424
speed_multiplier: 1.0
25-
loops: 2
25+
loops: 1
2626
marks: [precise]
2727
analysis:
2828
model: "precise"
@@ -48,7 +48,7 @@ sim_threshold:
4848
diff: 0.5
4949
- key: DURATION
5050
diff: 0.5
51-
- id: one_packet_limit_cache_size
51+
- id: one_packet_small_cache_size
5252
marks: []
5353
mbps_accuracy: 100
5454
mbps_required: 500
@@ -70,6 +70,28 @@ sim_threshold:
7070
diff: 0.5
7171
- key: DURATION
7272
diff: 0.5
73+
- id: one_packet_larger_cache_size
74+
marks: []
75+
mbps_accuracy: 100
76+
mbps_required: 500
77+
speed_max: 12500
78+
probe:
79+
cache_size: 20 # exponent to the power of 2
80+
analysis:
81+
use_statistic_counter: true
82+
metrics:
83+
- key: PACKETS
84+
diff: 0.001
85+
- key: BYTES
86+
diff: 0.001
87+
- key: FLOWS
88+
diff: 0.001
89+
- key: PACKETS / S
90+
diff: 0.5
91+
- key: MB / S
92+
diff: 0.5
93+
- key: DURATION
94+
diff: 0.5
7395

7496
- id: one_packet_short_timeout
7597
marks: []

0 commit comments

Comments
 (0)