Document doctor reports
- SHA
012a52d963965c065e8c93894cff6eba9c221f06- Parents
-
ec82c76 - Tree
c735fd9
012a52d
012a52d963965c065e8c93894cff6eba9c221f06ec82c76
c735fd9| Status | File | + | - |
|---|---|---|---|
| M |
README.md
|
6 | 0 |
README.mdmodified@@ -108,6 +108,12 @@ cargo run -p afs-tests --bin bencch -- doctor | ||
| 108 | 108 | `doctor` now also lists the generic artifacts and namespaced adapter extras |
| 109 | 109 | that each named compiler surface can provide in the current build. |
| 110 | 110 | |
| 111 | +Write the same `doctor` snapshot to JSON and Markdown: | |
| 112 | + | |
| 113 | +```bash | |
| 114 | +cargo run -p afs-tests --bin bencch -- doctor --json-report reports/doctor.json --markdown-report reports/doctor.md | |
| 115 | +``` | |
| 116 | + | |
| 111 | 117 | Generate a local linked workspace against an external `armfortas` checkout: |
| 112 | 118 | |
| 113 | 119 | ```bash |