Skip to content

Commit e429fdf

Browse files
committed
Populate missing VM dimensions in file-size benchmarks
1 parent 61ee7f0 commit e429fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm/mx.vm/mx_vm_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,7 @@ def get_size_message(image_name, image_location):
17691769
out += get_size_message(launcher_name, location)
17701770
if out:
17711771
mx.log(out, end='')
1772+
dims.update(vm.dimensions(output_root, bmSuiteArgs, 0, out))
17721773
return 0, out, dims
17731774

17741775
def rules(self, output, benchmarks, bmSuiteArgs):

0 commit comments

Comments
 (0)