From dc67d902eb5bd6e6ada2c2629e603e3ec07cba0c Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 10 Jul 2023 16:13:29 +0000 Subject: [PATCH] metrics: Enable blogbench test This PR enables the blogbench performance test for the kata metrics CI. Fixes #7281 Signed-off-by: Gabriela Cervantes --- tests/metrics/gha-run.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/metrics/gha-run.sh b/tests/metrics/gha-run.sh index 1ea5cd19cf..cfba540f0f 100755 --- a/tests/metrics/gha-run.sh +++ b/tests/metrics/gha-run.sh @@ -72,17 +72,15 @@ function run_test_memory_usage_inside_container() { create_symbolic_links ${KATA_HYPERVISOR} bash tests/metrics/density/memory_usage_inside_container.sh 5 - - check_metrics } function run_test_blogbench() { info "Running Blogbench test using ${KATA_HYPERVISOR} hypervisor" - # ToDo: remove the exit once the metrics workflow is stable - exit 0 create_symbolic_links ${KATA_HYPERVISOR} bash tests/metrics/storage/blogbench.sh + + check_metrics } function main() {