-
Notifications
You must be signed in to change notification settings - Fork 115
want to see the new arm mac slicon xcode benchmark peformance #131
Comments
Yep, let's see that M1 perform. Would love to see the difference between MacBook Pro M1 and MacBook Air M1. Edit: Twitter thread by Paul Hudson, also very positive: |
Unfortunately, eidolon is a project that is no longer under active development but it still can be built with no issues on any Intel machine running Xcode 12.2. It also uses CocoaPods for dependency management, which doesn't seem to be fully compatible with M1 macs yet. Luckily, installing project dependencies via CocoaPods is not an issue under Apple Silicon as long as you're running your Terminal using Rosetta. However, the problem with building eidolon on M1 lies in the use of third party frameworks. To be precise two of the dependencies linked to the projects are having issues building on Apple Silicon: HockeySDK-iOS and cardflight-v4-ios. Since both of these repositories take advantage of closed-source frameworks it is not possible to recompile them for Apple Silicon unless the maintainer decides to do so - and due to deprecation of HockeyApp for App Center it is rather not going to happen at least for HockeySDK. My approachSince eidolon in its original form doesn't build on Apple Silicon I decided to investigate how these dependencies are used inside the app. And since HockeyApp was used solely for analytics with CartFlight SDK being used only in Having made these changes to the project structure I think my clean/incremental build times should rather not be compared directly with times in the xcode-hardware-performance repository and that's the reason why I'm not submitting a pull request (at least for now). But having in mind that changes made to the project are overall pretty minor I assumed build times between original and forked version of eidolon will be noticeable but not significant. Therefore, I decided to measure the M1 performance by:
And finally:
The numbers
TL;DRSince eidolon doesn't build on Apple Silicon I decided to fork it and remove its dependencies that are currently failing to build. In the table above you can compare results of the original project and the fork measured on the Intel Mac with the results measured on the M1 Mac Mini running a forked version of the project. The changelog between the original project and the fork can be found here. |
@pawelurb nice!!! |
i guess can run in 35 seconds like the 9900k ?
The text was updated successfully, but these errors were encountered: