You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Mac Mini 2014 | i5 2.6 GHz 2-core | 8 || 1TB | 11.7 | 10.15.6 | 1193 |
21
28
22
29
## Set up
23
30
@@ -30,10 +37,11 @@ I believe the results will help developers to make the right *cost/performance*
30
37
31
38
1. Select `XcodeBenchmark` -> `Generic iOS Device` in the top left corner.
32
39
2. Close `XcodeBenchmark.xcworkspace` project.
33
-
2. Remove `DerivedData` folder at `/Users/username/Library/Developer/Xcode/DerivedData`.
34
-
3. Reboot and cool down your Mac.
35
-
4. Connect to the power adapter if you use MacBook.
36
-
5. Make sure `Login Items` list is empty: System Preferences -> Users and Groups -> User -> Login Items.
40
+
2. Remove the `DerivedData` folder, by selecting Finder, pressing `Shift + Command + G` and paste in the path: `~/Library/Developer/Xcode`, select the `DerivedData` folder and delete it.
41
+
3. Disconnect a network cable and turn off WiFi.
42
+
4. Make sure to disable all software running at startup: `System Preferences` -> `Users and Groups` -> `User` -> `Login Items` and empty the list.
43
+
5. Reboot and cool down your Mac.
44
+
6. Connect to the power adapter if you use MacBook.
37
45
38
46
## Running a test
39
47
@@ -73,12 +81,26 @@ The framework that incudes **42** popular CocoaPods libraries and **70+** depend
73
81
74
82
## Contribution
75
83
76
-
1. Submit a pull request and add a row to the `Score` section. Make sure the `Time` column is still sorted after insertion.
77
-
2.[Open an issue](https://github.com/devMEremenko/XcodeBenchmark/issues/new/choose) and include all info to fill the `Score` section.
84
+
-**Preferred:**[Submit a pull request](https://github.com/devMEremenko/XcodeBenchmark/pulls) and add a row to the `Score` section.
85
+
-[Open an issue](https://github.com/devMEremenko/XcodeBenchmark/issues/new/choose) and include all info to fill the `Score` section if you cannot submit a pull request.
86
+
87
+
Make sure:
88
+
-[All steps](https://github.com/devMEremenko/XcodeBenchmark#before-each-test) are performed
89
+
-`Time` column is still sorted after insertion.
90
+
- You are added to the end of the [Contributors](https://github.com/devMEremenko/XcodeBenchmark#contributors) list.
91
+
- Attach a screenshot of the Xcode progress bar with a compilation time. [Example](https://user-images.githubusercontent.com/1449655/92333170-05f3f200-f073-11ea-94be-e0a41be5aae4.png).
92
+
- The content in cells is centered. You can use [this tool](https://www.tablesgenerator.com/markdown_tables) to edit a table.
93
+
- File -> Paste table data
94
+
- Select all cells -> Right click -> Text align -> Center
0 commit comments