We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13551c7 + e032706 commit 57ff364Copy full SHA for 57ff364
triage/README.md
@@ -28,7 +28,7 @@ be the parent commit that we use for the current round of triage.
28
Use the API endpoint to automate building the file:
29
30
```
31
-% curl https://perf.rust-lang.org/perf/triage '{"start":"$PARENT","stat":"instructions:u"}' > YYYY-MM-DD.md
+% curl https://perf.rust-lang.org/perf/triage -d "{\"start\": \"$PARENT\"}" > YYYY-MM-DD.md
32
33
34
## Analysis
0 commit comments