Skip to content

Commit 12ddeaa

Browse files
Update src/vivarium_profiling/tools/cli.py
Co-authored-by: Rajan Mudambi <11376379+rmudambi@users.noreply.github.com>
1 parent 7981182 commit 12ddeaa

File tree

1 file changed

+1
-1
lines changed
  • src/vivarium_profiling/tools

1 file changed

+1
-1
lines changed

src/vivarium_profiling/tools/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def run_benchmark(
114114
and memory usage statistics. Results are saved to a timestamped CSV file.
115115
116116
Example usage:
117-
benchmark -m "model_spec_baseline.yaml" -m "model_spec_*.yaml" -r 10 -b 20
117+
run_benchmark -m "model_spec_baseline.yaml" -m "model_spec_*.yaml" -r 10 -b 20
118118
"""
119119
# Expand model patterns
120120
model_specs = expand_model_specs(list(models))

0 commit comments

Comments
 (0)