Module Tezos_shell_benchmarks.Micheline_benchmarksSource
Sourcetype node_kind = | Int_node| String_node| Bytes_node| Seq_node| Prim_node
Sourceval sample_string : 'a -> string Sourceval sample_bytes : 'a -> bytes Sourceval sample_z : 'a -> Z.t Sourcetype size = {nodes : int;bytes : int;
}