Skip to content

Commit da98f8a

Browse files
committed
[docs] Fix typo.
1 parent 9c5a66a commit da98f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CompilerPerformance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ bad (`exit 1`), or should be skipped (`exit 125`).
780780
How the test-script determines the presence of a regression is up to you: a
781781
typical approach is to measure against a baseline (eg. using
782782
`utils/process-stats-dir.py --compare-to-csv-baseline`, if your regression range
783-
covers compilers that all support `--output-stats-dir`). Alternatively, just
783+
covers compilers that all support `-stats-output-dir`). Alternatively, just
784784
measure raw time or instruction counts. An example script that uses the
785785
`perf`-based `count_instructions` shell function (see the section on `perf`) to
786786
judge whether a revision contains a bug looks something like this:

0 commit comments

Comments
 (0)