@@ -37,13 +37,10 @@ I believe the results will help developers to make the right *cost/performance*
3737- Download and install [ Xcode] ( https://apps.apple.com/us/app/xcode/id497799835 ) .
3838- Open Xcode and install ` additional tools ` (Xcode should suggest it automatically).
3939- [ Download] ( https://github.com/devMEremenko/XcodeBenchmark/archive/master.zip ) and unarchive XcodeBenchmark project.
40- - Change permissions of ` benchmark.sh ` to allow running in ` Terminal `
41- - Drag & drop ` XcodeBenchmark ` folder to ` Terminal ` app
42- - Run ` chmod 777 benchmark.sh ` in Terminal
4340
4441## Before each test
4542
46- 1 . Disconnect a network cable and turn off WiFi.
43+ 1 . Disconnect the network cable and turn off WiFi.
47442 . Make sure to disable all software running at startup
4845 - Go to ` System Preferences ` -> ` Users and Groups ` -> ` User ` -> ` Login Items ` .
4946 - Empty the list.
@@ -54,9 +51,10 @@ I believe the results will help developers to make the right *cost/performance*
5451
5552## Running a test
5653
57- 1 . Drag & drop ` XcodeBenchmark ` folder to ` Terminal ` app.
54+ 1 . Open the ` Terminal ` app.
55+ 2 . Write ` cd ` and drag & drop ` XcodeBenchmark ` folder to the ` Terminal ` app to form ` cd path/to/xcode-benchmark ` .
58562 . Run ` sh benchmark.sh ` in ` Terminal ` .
59- 3 . When ` XcodeBenchmark ` is complited you will see [ this information] ( img/contribution-example.png ) .
57+ 3 . When ` XcodeBenchmark ` has completed you will see [ this information] ( img/contribution-example.png ) .
60584 . Upload your results, see [ Contribution] ( https://github.com/devMEremenko/XcodeBenchmark#contribution ) section.
6159
6260## FAQ
@@ -82,8 +80,8 @@ A framework that includes **42** popular CocoaPods libraries and **70+** depende
8280| SUM: | 6231 | 157270 | 258605 | 790974 |
8381
8482** Q: What do the results mean?**
85- 1 . First of all, the project is ** huge** . I think the majority of projects have a smaller size.
86- 2 . The results show * relative* performance in Xcode compared to other Macs under similar conditions.
83+ 1 . First of all, the project is ** huge** . Most projects are of a much smaller size.
84+ 2 . The results show * relative* performance in Xcode, compared to other Macs running under similar conditions.
8785
8886** Q: Why is CocoaPods not excluded from git-repo?**
8987- The project is also used by non-programmers. Let's * keep it simple* .
0 commit comments