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
@@ -36,9 +36,9 @@ I believe the results will help developers to make the right *cost/performance*
36
36
37
37
1. Select `XcodeBenchmark` -> `Generic iOS Device` in the top left corner.
38
38
2. Close `XcodeBenchmark.xcworkspace` project.
39
-
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.
40
-
3. Disconnect network cable and turn off WiFi and make sure to disable all software running at startup, i.e. Spotify.
41
-
4. Make sure `Login Items` list is empty: System Preferences -> Users and Groups -> User -> Login Items.
39
+
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.
40
+
3. Disconnect a network cable and turn off WiFi.
41
+
4. Make sure to disable all software running at startup: `System Preferences` -> `Users and Groups` -> `User` -> `Login Items` and empty the list.
42
42
5. Reboot and cool down your Mac.
43
43
6. Connect to the power adapter if you use MacBook.
44
44
@@ -80,12 +80,26 @@ The framework that incudes **42** popular CocoaPods libraries and **70+** depend
80
80
81
81
## Contribution
82
82
83
-
1. Submit a pull request and add a row to the `Score` section. Make sure the `Time` column is still sorted after insertion.
84
-
2.[Open an issue](https://github.com/devMEremenko/XcodeBenchmark/issues/new/choose) and include all info to fill the `Score` section.
83
+
[Submit a pull request](https://github.com/devMEremenko/XcodeBenchmark/pulls) and add a row to the `Score` section (preferred).
84
+
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