benchmark module

class benchmark.Benchmark(args={})

Base: object

event(combination, caching=True)

Single event iteration with optional caching, useful for benchmarking/test suites

parametrize(combination)

Build parameters for a single query

run(caching=True)

Standalone benchmark operation, optionally using cache

set_combinations(param_space)

Set param combinations based in a given param space