From e429fdf9714fdfdeac537041d0ab61ac0c265adc Mon Sep 17 00:00:00 2001 From: Francois Farquet Date: Wed, 20 Nov 2024 15:50:01 +0100 Subject: [PATCH] Populate missing VM dimensions in file-size benchmarks --- vm/mx.vm/mx_vm_benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/mx.vm/mx_vm_benchmark.py b/vm/mx.vm/mx_vm_benchmark.py index d2a96e509837..f78c74cd1a9b 100644 --- a/vm/mx.vm/mx_vm_benchmark.py +++ b/vm/mx.vm/mx_vm_benchmark.py @@ -1769,6 +1769,7 @@ def get_size_message(image_name, image_location): out += get_size_message(launcher_name, location) if out: mx.log(out, end='') + dims.update(vm.dimensions(output_root, bmSuiteArgs, 0, out)) return 0, out, dims def rules(self, output, benchmarks, bmSuiteArgs):