File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ default:
2222sim_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 : []
You can’t perform that action at this time.
0 commit comments