tenseleyflow/bencch / 012a52d

Browse files

Document doctor reports

Authored by espadonne
SHA
012a52d963965c065e8c93894cff6eba9c221f06
Parents
ec82c76
Tree
c735fd9

1 changed file

StatusFile+-
M README.md 6 0
README.mdmodified
@@ -108,6 +108,12 @@ cargo run -p afs-tests --bin bencch -- doctor
108108
 `doctor` now also lists the generic artifacts and namespaced adapter extras
109109
 that each named compiler surface can provide in the current build.
110110
 
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
+
111117
 Generate a local linked workspace against an external `armfortas` checkout:
112118
 
113119
 ```bash