Skip to content

Commit

Permalink
Revise help text for --profiling-sort-type
Browse files Browse the repository at this point in the history
  • Loading branch information
IanHoang committed Dec 10, 2024
1 parent b7511c3 commit 3a8d1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osbenchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def add_workload_source(subparser):
action="store_true")
test_execution_parser.add_argument(
"--profiling-sort-type",
help="Only effective if profiling worker coordinator",
help="Sort outputted profile.log by column name. Only applies if --enable-worker-coordinator-profiling is provided",
default=None)
test_execution_parser.add_argument(
"--enable-assertions",
Expand Down

0 comments on commit 3a8d1ae

Please sign in to comment.