module Attr:sig..end
Benchmark metadata.
type t
Attributes are dictionaries that can be attached to benchmarks.
val empty : tEmpty set of attributes.
val is_empty : t -> boolis_empty t is true iff t is empty.
val key : 'a Unmark.fmt -> name:string -> 'a -> tkey pp ~name v is a set of attributes that contains only the mapping
name -> v.
val (++) : t -> t -> tt1 ++ t2 is the right-biased union of t1 and t2.
val pp : t Unmark.fmtpp ppf t pretty-prints t on ppf.