INNER CODE UNIT · Python

main

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

def main():
    """Main entry point."""
    parser = argparse.ArgumentParser(
        description="Run build benchmarks and process results"
    )
    parser.add_argument(
        "--gradle-user-home",
        type=str,
        default=os.path.expanduser("~/.gradle"),
        help="Gradle user home directory (default: ~/.gradle)"
    )
    parser.add_argument(
        "--github-action-run-id",
        type=str,
        help="(optional) GitHub Action run ID for linking results with CI workflows"
    )
    parser.add_argument(
        "--git-commit-sha",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…