Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update command_line_options.md #392

Merged
merged 1 commit into from Apr 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/user_guide/command_line_options.md
Expand Up @@ -24,7 +24,7 @@ By default, Criterion.rs will compare the measurements against the previous run

* `--save-baseline <name>` will compare against the named baseline, then overwrite it.
* `--baseline <name>` will compare against the named baseline without overwriting it.
* `--load-baseline <name>` will load the named baseline as the new data set rather than
* `--load-baseline <name>` will load the named baseline as the new data set rather than the previous baseline.

Using these options, you can manage multiple baseline measurements. For instance, if you want to compare against a static reference point such as the master branch, you might run:

Expand Down