mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 14:58:16 +00:00
Merge pull request #9922 from GabyCT/topic/updateblogname
metrics: Update container name in blogbench test
This commit is contained in:
@@ -40,7 +40,7 @@ function main() {
|
||||
metrics_json_init
|
||||
|
||||
info "Running Blogbench test"
|
||||
local output=$(sudo -E ${CTR_EXE} run --rm --runtime=${CTR_RUNTIME} ${IMAGE} test ${CMD})
|
||||
local output=$(sudo -E ${CTR_EXE} run --rm --runtime=${CTR_RUNTIME} ${IMAGE} $(random_name) ${CMD})
|
||||
|
||||
# Save configuration
|
||||
metrics_json_start_array
|
||||
|
Reference in New Issue
Block a user