Skip to content

Commit

Permalink
Populate missing VM dimensions in file-size benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Nov 20, 2024
1 parent 61ee7f0 commit e429fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/mx.vm/mx_vm_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e429fdf

Please sign in to comment.