Skip to content

Commit 078b5fa

Browse files
committed
fix to enable_step_percentage flag
1 parent 11ea68f commit 078b5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scoring/run_workloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
None,
8888
'If not None, only run this workload, else run all workloads in workload_metadata_path.'
8989
)
90-
flags.DEFINE_string(
90+
flags.DEFINE_bool(
9191
'enable_step_percentage',
9292
False,
9393
'By default ignore step_fraction such that scoring is bounded by time budget.'

0 commit comments

Comments
 (0)