Tuesday, February 25, 2025

XcodeBenchmark

Maxim Eremenko:

XcodeBenchmark measures Mac performance in Xcode by compiling a relatively large codebase.

The project has already saved thousands of dollars for developers and companies when they purchase or upgrade their Macs and I believe these results will help you make the right cost/performance choice.

The code is primary C-family languages, but it also includes some Swift.

Of note:

paya_:

When going from M4 to 12-core M4 Pro, we are adding p-cores and removing e-cores and thus the increase to score per core is justified. When going from the 12-core M4 Pro to any higher-tier chip, we are again adding p-cores but the score per core decreases, indicating diminishing returns (you would expect the score per core to increase because the e-core / p-core ratio is changing in favor of p-cores).

Previously:

1 Comment RSS · Twitter · Mastodon


It takes longer to compile the project with Xcode 16 than Xcode 15. Why?

Leave a Comment