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

Commit d82532a

Browse files
author
Ash Furrow
committed
Deprecates repo.
1 parent d7974b1 commit d82532a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:warning: This repository is deprecated, but the results will stay around for posterity. I recommend [Maxim Eremenko' XcodeBenchmark](https://github.com/devMEremenko/XcodeBenchmark) for comparing compile times on different Apple hardware. [See below](#repo-status) for more details. :warning:
2+
13
Xcode Hardware Performance
24
==========================
35

@@ -182,7 +184,9 @@ I repeated each test a few times and took their average times.
182184
Contributing
183185
------------
184186

185-
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:
187+
~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:~
188+
189+
This repository is deprecated, but the results will stay around for posterity. [See below](#repo-status) for more.
186190

187191
```sh
188192
git clone -b apple-silicon-compatibility https://github.com/artsy/eidolon.git
@@ -193,6 +197,15 @@ bundle exec fastlane oss
193197

194198
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).
195199

200+
Repo Status
201+
-----------
202+
203+
This repository was created in 2015 when I worked at [Artsy](https://artsy.net). The main project I worked on at the time ([Eidolon](https://github.com/artsy/eidolon)) was open source, making it an ideal test case for measuring Xcode compile times of real-world apps. However, [I stopped working at Artsy in 2021](https://ashfurrow.com/blog/leaving-artsy/) and Artsy is no longer maintaining Eidolon for compatibility with the latest versions of Swift, Xcode, CocoaPods, and open source dependencies.
204+
205+
I could continue maintaining the repo for Artsy, since Eidolon remains open source, but honestly, keeping this Xcode benchmarking repo maintained is a lot of work, and a [better repository exists](https://github.com/devMEremenko/XcodeBenchmark).
206+
207+
So at the end of 2021, I'm deprecating this repository. It was a hell of a ride. I'm grateful to Artsy for the opportunity to leverage their code for the good of the iOS developer community. And I'm most grateful to dozens of contributors who made this a valuable resource. Thank you, everyone.
208+
196209
License
197210
-------
198211

0 commit comments

Comments
 (0)