Searched refs:parse_bench (Results 1 – 3 of 3) sorted by relevance
165 bench1 = bench.parse_bench(bench1, schema)168 bench2 = bench.parse_bench(bench2, schema)
69 bench.parse_bench(args[0], args[1])
124 def parse_bench(filename, schema_filename): function