Skip to content

Commit 5eb3d21

Browse files
committed
[GR-59927] Populate missing VM dimensions in file-size benchmarks.
PullRequest: graal/19360
2 parents 37bc089 + e429fdf commit 5eb3d21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm/mx.vm/mx_vm_benchmark.py

+1
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)