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 flag to use #486

Merged
merged 2 commits into from
Oct 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/post_processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Once a benchmark is finished, the results (computed values out of measurements)

Crank provides the ability to define custom post-processing scripts that can be invoked before the results are stored, and reused across runs.

In these scripts, the `benchmarks` property is available for read/write access, and represent the JSon document as it would be save on disk with the option `--output [filename]`.
In these scripts, the `benchmarks` property is available for read/write access, and represents the JSon document as it would be saved on disk with the option `--json [filename]`.

## Prerequisites

Expand Down