MCPcopy Create free account
hub / github.com/apache/fory / main

Function main

benchmarks/rust/benchmark_report.py:386–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384
385
386def main():
387 args = parse_args()
388 results = load_benchmark_results(args.log_file)
389 sizes = load_serialized_sizes(args.size_file)
390 system_info = get_system_info(args.log_file)
391 generate_plots(results, args.output_dir)
392 report_path = write_report(
393 system_info, results, sizes, args.output_dir, args.plot_prefix
394 )
395 print(f"✅ Plots saved in: {args.output_dir}")
396 print(f"📄 Markdown report generated at: {report_path}")
397
398
399if __name__ == "__main__":

Callers 1

Calls 6

load_benchmark_resultsFunction · 0.85
parse_argsFunction · 0.70
load_serialized_sizesFunction · 0.70
get_system_infoFunction · 0.70
generate_plotsFunction · 0.70
write_reportFunction · 0.70

Tested by

no test coverage detected