diff options
Diffstat (limited to 'scripts/automation/regression/setups/kiwi02/benchmark.yaml')
-rw-r--r-- | scripts/automation/regression/setups/kiwi02/benchmark.yaml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/scripts/automation/regression/setups/kiwi02/benchmark.yaml b/scripts/automation/regression/setups/kiwi02/benchmark.yaml index 2d47f8f8..f136a835 100644 --- a/scripts/automation/regression/setups/kiwi02/benchmark.yaml +++ b/scripts/automation/regression/setups/kiwi02/benchmark.yaml @@ -122,26 +122,32 @@ test_rx_check_sfr: multiplier : 25 cores : 4 rx_sample_rate : 32 + error_tolerance : 0.01 test_rx_check_http: multiplier : 40000 cores : 2 rx_sample_rate : 32 + error_tolerance : 0.01 test_rx_check_sfr_ipv6: multiplier : 25 cores : 4 rx_sample_rate : 32 + error_tolerance : 0.01 test_rx_check_http_ipv6: multiplier : 40000 cores : 2 rx_sample_rate : 32 - -test_rx_check_http_negative: - multiplier : 40000 - cores : 2 - rx_sample_rate : 32 + error_tolerance : 0.01 + +#works badly on kiwi02, comment out for now +#test_rx_check_http_negative: +# multiplier : 40000 +# cores : 2 +# rx_sample_rate : 32 +# error_tolerance : 0.01 test_jumbo: multiplier : 55 |