bexhoma.collectors.tpcc module
Collector for HammerDB TPC-C experiments.
Provides TpccCollector, a thin subclass of CollectorBase that wires up
evaluators.tpcc as the evaluator. All data collection and
aggregation logic is inherited from CollectorBase.
Authors: Patrick K. Erdelt Copyright (C) 2020 Patrick K. Erdelt SPDX-License-Identifier: AGPL-3.0-or-later See LICENSE for details.
- class bexhoma.collectors.tpcc.TpccCollector(path, codes, benchmark_run: int = 0)
Bases:
CollectorBaseCollector for HammerDB TPC-C experiments.
Overrides
get_evaluator()to return aevaluators.tpccinstance. All data collection and aggregation methods are inherited fromCollectorBase.