mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-23 22:17:19 +00:00
metrics: Enable blogbench test
This PR enables the blogbench performance test for the kata metrics CI. Fixes #7281 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
3f38f75918
commit
dc67d902eb
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user