Lines Matching full:json2
131 def partition_benchmarks(json1, json2):
138 json2_unique_names = get_unique_benchmark_names(json2)
155 rhs = [x for x in json2['benchmarks'] if x['name'] == name and
245 json2,
249 runs specified as 'json1' and 'json2'. Output is another json containing
255 partitions = partition_benchmarks(json1, json2)
308 rhs_gmean = calculate_geomean(json2)
338 runs specified as 'json1' and 'json2'.
439 json2 = json.load(f)
440 return json1, json2
442 json1, json2 = load_results()
443 cls.json_diff_report = get_difference_report(json1, json2)
632 json2 = filter_benchmark(json, "BM_O.e", ".")
633 cls.json_diff_report = get_difference_report(json1, json2)
714 json2 = json.load(f)
715 return json1, json2
717 json1, json2 = load_results()
719 json1, json2, utest=True)
919 json2 = json.load(f)
920 return json1, json2
922 json1, json2 = load_results()
924 json1, json2, utest=True)
1080 json2 = json.load(f)
1081 return json1, json2
1083 json1, json2 = load_results()
1085 json1, json2, utest=True)