tenseleyflow/bencch / 3dd5c06

Browse files

Document compare capability checks

Authored by espadonne
SHA
3dd5c068377d100b686f8dcb1b521a305bd3938b
Parents
bd9f843
Tree
b5e34b2

1 changed file

StatusFile+-
M README.md 4 0
README.mdmodified
@@ -150,6 +150,10 @@ Compare two explicit compiler binaries:
150150
 cargo run -p afs-tests --bin bencch -- compare /path/to/one /path/to/other --program fixtures/runtime/mixed_types.f90 --artifact asm,obj
151151
 ```
152152
 
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
+
153157
 Introspect one compiler on one program:
154158
 
155159
 ```bash