Skip to content

Commit

Permalink
Merge pull request #1814 from Kobzol/doc-typo
Browse files Browse the repository at this point in the history
Fix typo in triage README
  • Loading branch information
Kobzol authored Feb 13, 2024
2 parents 6d792e9 + 0e4cb17 commit 8036b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use the API endpoint to automate building the file:

You can also analyze binary size regressions/improvements using the following command:
```
% curl "https://perf.rust-lang.org/perf/triage?start=$PARENT&metric=size:linked-artifact" > binary-size.md
% curl "https://perf.rust-lang.org/perf/triage?start=$PARENT&metric=size:linked_artifact" > binary-size.md
```

## Analysis
Expand Down

0 comments on commit 8036b12

Please sign in to comment.