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.
curl
1 parent 13551c7 commit e032706Copy full SHA for e032706
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