Home
last modified time | relevance | path

Searched refs:csvfile (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/results/
Dgenerate_result.py79 def __init__(self, csvfile): argument
80 self.csv_reader = csv.reader(filter(lambda row: row[0] != '#', csvfile))
155 with open(input_filename, 'r') as csvfile:
156 parser = BenchmarkResultParser(csvfile)