OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
run_synthetic_benchmark.py File Reference

Go to the source code of this file.

Namespaces

 run_synthetic_benchmark
 

Variables

tuple run_synthetic_benchmark.parser = ArgumentParser()
 
tuple run_synthetic_benchmark.required = parser.add_argument_group("required arguments")
 
string run_synthetic_benchmark.dest = "table_name"
 
string run_synthetic_benchmark.default = "omnisci_syn_bench"
 
string run_synthetic_benchmark.help = "Table name to contain all the generated random synthetic data."
 
string run_synthetic_benchmark.action = "store_true"
 
tuple run_synthetic_benchmark.args = parser.parse_args()
 
 run_synthetic_benchmark.is_remote_server = True
 
tuple run_synthetic_benchmark.synthetic_table
 
tuple run_synthetic_benchmark.result_dir_name
 
string run_synthetic_benchmark.query_dir = "synthetic_benchmark/queries/"
 
tuple run_synthetic_benchmark.all_query_list = os.listdir(query_dir)
 
list run_synthetic_benchmark.benchmark_args = ["--user", args.user]
 
tuple run_synthetic_benchmark.refBench
 
tuple run_synthetic_benchmark.printer