Automated, repeatable build-time benchmarks comparing Swift-only and Kotlin Multiplatform (KMM) iOS build pipelines.
bench/: Benchmark harness, scenarios, and results output.project/: Sample Swift and KMM projects used by the harness.bench/xcode/: Scripts to generate Xcode projects for the sample apps.
# Run the full pipeline (generate → xcodeproj → bench)
python3 bench/full_bench.py
# Run all scenarios with default settings
python3 bench/run_bench.pyResults are written to bench/results/.
MIT