Lines Matching full:json1
131 def partition_benchmarks(json1, json2):
137 json1_unique_names = get_unique_benchmark_names(json1)
145 for x in json1['benchmarks']:
153 lhs = [x for x in json1['benchmarks'] if x['name'] == name and
244 json1,
249 runs specified as 'json1' and 'json2'. Output is another json containing
255 partitions = partition_benchmarks(json1, json2)
307 lhs_gmean = calculate_geomean(json1)
338 runs specified as 'json1' and 'json2'.
437 json1 = json.load(f)
440 return json1, json2
442 json1, json2 = load_results()
443 cls.json_diff_report = get_difference_report(json1, json2)
631 json1 = filter_benchmark(json, "BM_Z.ro", ".")
633 cls.json_diff_report = get_difference_report(json1, json2)
712 json1 = json.load(f)
715 return json1, json2
717 json1, json2 = load_results()
719 json1, json2, utest=True)
917 json1 = json.load(f)
920 return json1, json2
922 json1, json2 = load_results()
924 json1, json2, utest=True)
1078 json1 = json.load(f)
1081 return json1, json2
1083 json1, json2 = load_results()
1085 json1, json2, utest=True)