Skip to content

Commit efde5f9

Browse files
committed
ft-analyzer events read csv in chunks
1 parent dc15b53 commit efde5f9

3 files changed

Lines changed: 182 additions & 123 deletions

File tree

testing/simulation/one_packet_flows.yml

Lines changed: 5 additions & 5 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: 3
25+
loops: 2
2626
marks: [precise]
2727
analysis:
2828
model: "precise"
@@ -32,7 +32,7 @@ sim_threshold:
3232
- id: one_packet_throughput
3333
mbps_accuracy: 100
3434
mbps_required: 5000
35-
speed_max: 25000
35+
speed_max: 12500
3636
analysis:
3737
use_statistic_counter: true
3838
metrics:
@@ -52,7 +52,7 @@ sim_threshold:
5252
marks: []
5353
mbps_accuracy: 100
5454
mbps_required: 5000
55-
speed_max: 25000
55+
speed_max: 12500
5656
probe:
5757
cache_size: 14 # exponent to the power of 2
5858
analysis:
@@ -75,7 +75,7 @@ sim_threshold:
7575
marks: []
7676
mbps_accuracy: 100
7777
mbps_required: 5000
78-
speed_max: 25000
78+
speed_max: 12500
7979
probe:
8080
active_timeout: 10
8181
inactive_timeout: 10
@@ -99,7 +99,7 @@ sim_threshold:
9999
marks: []
100100
mbps_accuracy: 100
101101
mbps_required: 5000
102-
speed_max: 25000
102+
speed_max: 12500
103103
probe:
104104
active_timeout: 60
105105
inactive_timeout: 60

0 commit comments

Comments
 (0)