Skip to content

Commit

Permalink
Fix typo in triage README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Feb 13, 2024
1 parent 169b926 commit 0e4cb17
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 0e4cb17

Please sign in to comment.