Module Io_benchmarks.Shared

type config = {
  1. tezos_data_dir : string;
  2. cache_dir : string;
  3. memory_available : float;
  4. runs : int;
}