summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/setups/trex12/benchmark.yaml
blob: 1f4e82b51130ab35e06b800d5b1309a1afdea5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
###############################################################
####           TRex benchmark configuration file           ####
###############################################################

test_jumbo:
    multiplier          : 14
    cores               : 1
    bw_per_core         : 540208


test_routing_imix:
    multiplier          : 8
    cores               : 1
    bw_per_core         : 34128


test_routing_imix_64:
    multiplier          : 2200
    cores               : 1
    bw_per_core         : 5893


test_static_routing_imix_asymmetric:
    multiplier          : 4
    cores               : 1
    bw_per_core         : 34339


test_ipv6_simple:
    multiplier          : 8
    cores               : 1
    bw_per_core         : 19064


test_rx_check_http: &rx_http
    multiplier          : 11000
    cores               : 1
    rx_sample_rate      : 16
    bw_per_core         : 39560

test_rx_check_http_ipv6:
    <<                  : *rx_http
    bw_per_core         : 49237


test_rx_check_sfr: &rx_sfr
    multiplier          : 8
    cores               : 1
    rx_sample_rate      : 16
    bw_per_core         : 16082

test_rx_check_sfr_ipv6:
    <<                  : *rx_sfr
    bw_per_core         : 19198