PAC-tree / conf / context.py
context.py
Raw
class Context:
    def __init__(self):
        self.benchmark='tpch'
        self.scale_factor = 1
        self.replication_factor = 2
        self.block_size = 10000