Home
last modified time | relevance | path

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

/external/autotest/tko/
Dmachine_benchmark.cgi12 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] ]
[all …]
Dmachine_aggr.cgi21 benchmark_key = form["benchmark_key"].value
26 for benchmark_key_pair in benchmark_key.split(','):
/external/autotest/frontend/tko/
Drpc_interface.py457 benchmark_key = {
500 result['benchmark_key'] = benchmark_key