We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7981182 commit 12ddeaaCopy full SHA for 12ddeaa
src/vivarium_profiling/tools/cli.py
@@ -114,7 +114,7 @@ def run_benchmark(
114
and memory usage statistics. Results are saved to a timestamped CSV file.
115
116
Example usage:
117
- benchmark -m "model_spec_baseline.yaml" -m "model_spec_*.yaml" -r 10 -b 20
+ run_benchmark -m "model_spec_baseline.yaml" -m "model_spec_*.yaml" -r 10 -b 20
118
"""
119
# Expand model patterns
120
model_specs = expand_model_specs(list(models))
0 commit comments