Skip to content
This repository was archived by the owner on Jan 3, 2022. It is now read-only.

Commit 4724c69

Browse files
committed
Adds M1 results from @pawelurb, updates instructions.
1 parent 76c3e5c commit 4724c69

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Readme.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Xcode Hardware Performance
33

44
These are the results from running Xcode on a non-trivial open source project using various Macs. The goal is to give developers a relative idea of how each computer model compares to one another. Read the [specifics](#specifications) and [contributing](#contributing) sections for more info.
55

6+
Xcode 12
7+
-------
8+
9+
|🖥 | Computer Model | CPU | RAM | Fresh Build Time | Incremental Build Time | Xcode Version | Date & Commit Hash |
10+
|-- | -------------- | --- | --- | ---------------- | ---------------------- | ---- | ---- | ----------------- |
11+
|🖥 | MacBook Pro 13" (Early 2015) | i5-5257U (2.7 GHz) | 16 GB | 1:48 | 0:17 | 12.2 | 2020-11-20 ([commit](https://github.com/artsy/eidolon/commit/071ab0fc8ca8aaa3678d7aefd9cf99c594f274ca)) |
12+
|🖥 | MacBook Pro 13" (Early 2015) | i5-5257U (2.7 GHz) | 16 GB | 1:32,6 | 0:15 | 12.2 | 2020-11-20 ([commit](https://github.com/pawelurb/eidolon/commit/f77b605010719683798a49b19101f3027968ebd2)) |
13+
|🖥 | Mac Mini (Late 2020) | Apple M1 | 16 GB | 0:19,7 | 0:04 | 12.2 | 2020-11-20 ([commit](https://github.com/pawelurb/eidolon/commit/f77b605010719683798a49b19101f3027968ebd2)) |
14+
15+
616
Xcode 11
717
-------
818
|🖥 | Computer Model | CPU | RAM | Fresh Build Time | Incremental Build Time | Xcode Version | Date & Commit Hash | New Build System? |
@@ -162,7 +172,14 @@ I repeated each test a few times and took their average times.
162172
Contributing
163173
------------
164174

165-
It would be super-cool if we could perform the above tests on a variety of machines and consolidate the results here. You can [follow the instructions](https://github.com/artsy/eidolon#downloading-the-code) to download the code and the project dependencies, and send a pull request adding your own results. I'd super-appreciate it! :bow:
175+
It would be super-cool if we could perform the above tests on a variety of machines and consolidate the results here. Below are the instructions to download the code (compatible with Apple Silicon thanks to @pawelurb), and send a pull request adding your own results. I'd super-appreciate it! :bow:
176+
177+
```sh
178+
git clone -b apple-silicon-compatibility https://github.com/artsy/eidolon.git
179+
cd eidolon
180+
bundle install
181+
bundle exec fastlane oss
182+
```
166183

167184
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by [its terms](Code%20of%20Conduct.md).
168185

0 commit comments

Comments
 (0)