Skip to content

Commit

Permalink
fix to enable_step_percentage flag
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 19, 2024
1 parent 11ea68f commit 078b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/run_workloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
None,
'If not None, only run this workload, else run all workloads in workload_metadata_path.'
)
flags.DEFINE_string(
flags.DEFINE_bool(
'enable_step_percentage',
False,
'By default ignore step_fraction such that scoring is bounded by time budget.'
Expand Down

0 comments on commit 078b5fa

Please sign in to comment.