File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,36 @@ default:
2121# individual tests for general simulation scenario
2222sim_general :
2323 - id : hospital_precise
24- marks : [precise]
24+ marks : [precise, with_all ]
2525 speed_multiplier : 1.0
2626 loops : 3
2727 analysis :
2828 model : " precise"
2929 use_statistic_counter : true
30+ - id : hospital_100G
31+ marks : [100G]
32+ mbps : 120000
33+ loops : 140
34+ analysis :
35+ model : " statistical"
36+ use_statistic_counter : true
37+ metrics :
38+ - key : PACKETS
39+ diff : 0.001
40+ - key : BYTES
41+ diff : 0.001
42+ - key : FLOWS
43+ diff : 0.001
44+ - key : PACKETS / S
45+ diff : 1
46+ - key : MB / S
47+ diff : 1
48+ - key : DURATION
49+ diff : 1
3050
3151sim_threshold :
3252 - id : hospital_throughput
53+ marks : [with_all]
3354 mbps_accuracy : 50
3455 mbps_required : 2500
3556 analysis :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ default:
2525# individual tests for general simulation scenario
2626sim_general :
2727 - id : munich_precise
28- marks : [precise]
28+ marks : [precise, with_all ]
2929 speed_multiplier : 1.0
3030 loops : 3
3131 analysis :
@@ -34,6 +34,7 @@ sim_general:
3434
3535sim_threshold :
3636 - id : munich_throughput
37+ marks : [with_all]
3738 mbps_accuracy : 50
3839 mbps_required : 2500
3940 analysis :
Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ sim_general:
2323 - id : one_packet_precise
2424 speed_multiplier : 1.0
2525 loops : 1
26- marks : [precise]
26+ marks : [precise, with_all ]
2727 analysis :
2828 model : " precise"
2929 use_statistic_counter : true
3030
3131sim_threshold :
3232 - id : one_packet_throughput
33+ marks : [with_all]
3334 mbps_accuracy : 100
3435 mbps_required : 700
3536 speed_max : 12500
You can’t perform that action at this time.
0 commit comments