Lines Matching refs:benchmark_key
12 benchmark_key = { variable
55 benchmark_key.clear()
58 attributes = "|".join(["%s:%s" % (key, value[0]) for key, value in benchmark_key.items()])
79 if not benchmark_key.has_key(test_attributes[0]):
80 benchmark_key[test_attributes[0]] = []
81 if benchmark_key[test_attributes[0]].count(test_attributes[1]) == 0:
82 benchmark_key[test_attributes[0]].append(test_attributes[1])
86 for benchmark in benchmark_key:
100 for benchmark in benchmark_key:
101 … - %s" % (re.sub(r'\.', '<br>', benchmark),key), header=True) for key in benchmark_key[benchmark] ]
106 for benchmark in benchmark_key:
111 for key in benchmark_key[re.sub(r'\..*', '', benchmark)]: