INNER CODE UNIT · Python

csv_path

duckduckgo/Android · build-benchmarks/run-benchmark.py:341

            csv_path = repo_root / csv_path
        
        processing_exit_code = process_results(
            csv_path,
            args.github_action_run_id,
            args.git_commit_sha,
            args.report_pixel
        )
        if processing_exit_code != 0:
            print(f"\n❌ Processing failed with exit code {processing_exit_code}")
            sys.exit(processing_exit_code)
        print("\n✅ Processing completed successfully")
    else:
        print("\n⏭️  Skipping processing (--skip-processing flag set)")
    
    print("\n" + "=" * 80)
    print("BENCHMARK RUN COMPLETED")
    print("=" * 80)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…