Home
last modified time | relevance | path

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

/third_party/benchmark/tools/gbench/
Dreport.py125 def partition_benchmarks(json1, json2): argument
132 json2_unique_names = get_unique_benchmark_names(json2)
149 rhs = [x for x in json2['benchmarks'] if x['name'] == name and
239 json2, argument
249 partitions = partition_benchmarks(json1, json2)
300 rhs_gmean = calculate_geomean(json2)
430 json2 = json.load(f)
431 return json1, json2
433 json1, json2 = load_results()
434 cls.json_diff_report = get_difference_report(json1, json2)
[all …]
/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/
Dreport.py87 def generate_difference_report(json1, json2, use_color=True): argument
94 for b in json2['benchmarks']:
144 json2 = json.load(f)
145 return json1, json2
162 json1, json2 = self.load_results()
163 output_lines_with_header = generate_difference_report(json1, json2, use_color=False)
191 json2 = filter_benchmark(json, "BM_O.e", ".")
192 output_lines_with_header = generate_difference_report(json1, json2, use_color=False)
/third_party/json/benchmarks/thirdparty/benchmark/tools/
Dcompare_bench.py59 json2 = gbench.util.run_or_load_benchmark(test2, benchmark_options)
60 output_lines = gbench.report.generate_difference_report(json1, json2)
Dcompare.py196 json2 = json2_orig = gbench.util.run_or_load_benchmark(
204 json2 = gbench.report.filter_benchmark(
208 output_lines = gbench.report.generate_difference_report(json1, json2)
/third_party/flatbuffers/samples/
Dsample_text.lobster36 let json2, err2 = flatbuffers_binary_to_json(schema, fb, [])
40 assert json == json2
/third_party/gettext/gettext-tools/tests/
Dxgettext-javascript-57 // the following except is stolen from json2.js
/third_party/benchmark/tools/
Dcompare.py243 json2 = json2_orig = gbench.util.sort_benchmark_results(gbench.util.run_or_load_benchmark(
251 json2 = gbench.report.filter_benchmark(
255 json1, json2, args.utest)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc104 inline bool Order(const nlohmann::json &json1, const nlohmann::json &json2) { in Order() argument
105 return json1[kIndex].dump() < json2[kIndex].dump(); in Order()
/third_party/json/
DChangeLog.md1587 - There is performance inefficiency found by coverity tool json2.1.1/include/nlohmann/json.hpp [\#6…