From 1440bfd3a9b39c560e6eac5906cd7b578b774f07 Mon Sep 17 00:00:00 2001 From: alindima Date: Wed, 17 Mar 2021 10:56:37 +0200 Subject: [PATCH] perf tests: update baselines Updating the block, vsock and tcp_tput test baselines. There were some errors in the previous baselines, likely due to human error when editing these files. Regathered baselines for those cases. Signed-off-by: alindima --- .../block_performance_test_config.json | 2 +- .../network_tcp_throughput_test_config.json | 60 +++++++++++-------- .../configs/vsock_throughput_test_config.json | 48 ++++++++------- 3 files changed, 64 insertions(+), 46 deletions(-) diff --git a/tests/integration_tests/performance/configs/block_performance_test_config.json b/tests/integration_tests/performance/configs/block_performance_test_config.json index 36fe62d9dd5..29924ceeabf 100644 --- a/tests/integration_tests/performance/configs/block_performance_test_config.json +++ b/tests/integration_tests/performance/configs/block_performance_test_config.json @@ -112,7 +112,7 @@ } } }, - "1vcpu_1024mb.json": { + "2vcpu_1024mb.json": { "Avg": { "randrw-bs4096": { "target": 65, diff --git a/tests/integration_tests/performance/configs/network_tcp_throughput_test_config.json b/tests/integration_tests/performance/configs/network_tcp_throughput_test_config.json index d8842f935d6..7ff409a837b 100644 --- a/tests/integration_tests/performance/configs/network_tcp_throughput_test_config.json +++ b/tests/integration_tests/performance/configs/network_tcp_throughput_test_config.json @@ -31,40 +31,50 @@ "measurements": { "throughput": { "unit": "Mbps", - "statistics": [{ - "name": "total", - "function": "Sum", - "criteria": "EqualWith" - }] + "statistics": [ + { + "name": "total", + "function": "Sum", + "criteria": "EqualWith" + } + ] }, "duration": { "unit": "seconds", - "statistics": [{ - "function": "Avg" - }] + "statistics": [ + { + "function": "Avg" + } + ] }, "retransmits": { "unit": "#", - "statistics": [{ - "name": "total", - "function": "Sum" - }] + "statistics": [ + { + "name": "total", + "function": "Sum" + } + ] }, "cpu_utilization_vmm": { "unit": "percentage", - "statistics": [{ - "name": "Avg", - "function": "ValuePlaceholder", - "criteria": "EqualWith" - }] + "statistics": [ + { + "name": "Avg", + "function": "ValuePlaceholder", + "criteria": "EqualWith" + } + ] }, "cpu_utilization_vcpus_total": { "unit": "percentage", - "statistics": [{ - "name": "Avg", - "function": "ValuePlaceholder", - "criteria": "EqualWith" - }] + "statistics": [ + { + "name": "Avg", + "function": "ValuePlaceholder", + "criteria": "EqualWith" + } + ] } }, "hosts": { @@ -228,8 +238,8 @@ "delta_percentage": 5 }, "tcp-p1024K-ws256K-g2h": { - "target": 3, - "delta_percentage": 4 + "target": 25913, + "delta_percentage": 5 }, "tcp-p1024K-wsDEFAULT-g2h": { "target": 28344, @@ -1681,4 +1691,4 @@ } } } -} \ No newline at end of file +} diff --git a/tests/integration_tests/performance/configs/vsock_throughput_test_config.json b/tests/integration_tests/performance/configs/vsock_throughput_test_config.json index 022450b6844..d5d93f65d13 100644 --- a/tests/integration_tests/performance/configs/vsock_throughput_test_config.json +++ b/tests/integration_tests/performance/configs/vsock_throughput_test_config.json @@ -28,33 +28,41 @@ "measurements": { "throughput": { "unit": "Mbps", - "statistics": [{ - "name": "total", - "function": "Sum", - "criteria": "EqualWith" - }] + "statistics": [ + { + "name": "total", + "function": "Sum", + "criteria": "EqualWith" + } + ] }, "duration": { "unit": "seconds", - "statistics": [{ - "function": "Avg" - }] + "statistics": [ + { + "function": "Avg" + } + ] }, "cpu_utilization_vmm": { "unit": "percentage", - "statistics": [{ - "name": "Avg", - "function": "ValuePlaceholder", - "criteria": "EqualWith" - }] + "statistics": [ + { + "name": "Avg", + "function": "ValuePlaceholder", + "criteria": "EqualWith" + } + ] }, "cpu_utilization_vcpus_total": { "unit": "percentage", - "statistics": [{ - "name": "Avg", - "function": "ValuePlaceholder", - "criteria": "EqualWith" - }] + "statistics": [ + { + "name": "Avg", + "function": "ValuePlaceholder", + "criteria": "EqualWith" + } + ] } }, "hosts": { @@ -266,7 +274,7 @@ "delta_percentage": 6 }, "vsock-p1024-h2g": { - "target": 7, + "target": 176, "delta_percentage": 6 }, "vsock-p1024K-bd": { @@ -519,4 +527,4 @@ } } } -} \ No newline at end of file +}