From 3a8d1ae9bfcc4f35d08031c4cca38ab109f46269 Mon Sep 17 00:00:00 2001 From: Ian Hoang Date: Tue, 10 Dec 2024 16:41:08 -0600 Subject: [PATCH] Revise help text for --profiling-sort-type --- osbenchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osbenchmark/benchmark.py b/osbenchmark/benchmark.py index 34a0ab68..2e9adca2 100644 --- a/osbenchmark/benchmark.py +++ b/osbenchmark/benchmark.py @@ -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",