Document compare capability checks
- SHA
3dd5c068377d100b686f8dcb1b521a305bd3938b- Parents
-
bd9f843 - Tree
b5e34b2
3dd5c06
3dd5c068377d100b686f8dcb1b521a305bd3938bbd9f843
b5e34b2| Status | File | + | - |
|---|---|---|---|
| M |
README.md
|
4 | 0 |
README.mdmodified@@ -150,6 +150,10 @@ Compare two explicit compiler binaries: | ||
| 150 | 150 | cargo run -p afs-tests --bin bencch -- compare /path/to/one /path/to/other --program fixtures/runtime/mixed_types.f90 --artifact asm,obj |
| 151 | 151 | ``` |
| 152 | 152 | |
| 153 | +Namespaced adapter artifacts are allowed in `compare` too, but only when both | |
| 154 | +compiler surfaces can actually provide them. If not, `bencch` fails early with | |
| 155 | +an explicit capability message. | |
| 156 | + | |
| 153 | 157 | Introspect one compiler on one program: |
| 154 | 158 | |
| 155 | 159 | ```bash |