From 9ade0a9af71faa83ad26291a7f5c13733d2e66ec Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sat, 9 Apr 2016 02:36:36 +0300 Subject: regression: allow 0.01% errors in rx_check in kiwi02, add 1 more core to trex-dan at nbar --- scripts/automation/regression/setups/kiwi02/benchmark.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/automation/regression/setups/kiwi02') diff --git a/scripts/automation/regression/setups/kiwi02/benchmark.yaml b/scripts/automation/regression/setups/kiwi02/benchmark.yaml index 2d47f8f8..60febc8f 100644 --- a/scripts/automation/regression/setups/kiwi02/benchmark.yaml +++ b/scripts/automation/regression/setups/kiwi02/benchmark.yaml @@ -122,26 +122,31 @@ 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 + error_tolerance : 0.01 test_rx_check_http_negative: multiplier : 40000 cores : 2 rx_sample_rate : 32 + error_tolerance : 0.01 test_jumbo: multiplier : 55 -- cgit 1.2.3-korg