Skip to content

Commit

Permalink
🆕 Added the Comments field
Browse files Browse the repository at this point in the history
  • Loading branch information
devMEremenko committed Nov 19, 2020
1 parent 713167d commit d89b593
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ I believe the results will help developers to make the right *cost/performance*

## Custom Hardware - Xcode 12

| Device | CPU | RAM | SSD | HDD | Xcode | macOS | Time(sec) |
|:--------------------:|:-----------------------:|:---:|:---:|:---:|:-----:|:-------:|:---------:|
| NLEstation 2020 | i9 3.6 GHz 8-core | 64 | 1TB | | 12.2 | 10.15.7 | 129 |
| Hackintosh |i7-10700K 3.8 Ghz 8-core | 32 | 1TB | | 12.2 | 10.15.7 | 130 |
| Hackintosh | i5-9400 2.9 Ghz 6-core | 32 | 512 | 2TB | 12.1 | 10.15.7 | 191 |
| Hackintosh | i3-10100 3.6 Ghz 4-core | 32 | 1TB | | 12.1 | 10.15.7 | 233 |
| Device | CPU | RAM | SSD | HDD | Xcode | macOS | Time(sec) | Comments |
|:--------------------:|:-----------------------:|:---:|:---:|:---:|:-----:|:-------:|:---------:|----------------|
| NLEstation 2020 | i9 3.6 GHz 8-core | 64 | 1TB | | 12.2 | 10.15.7 | 129 | |
| Hackintosh |i7-10700K 3.8 Ghz 8-core | 32 | 1TB | | 12.2 | 10.15.7 | 130 | |
| Hackintosh | i5-9400 2.9 Ghz 6-core | 32 | 512 | 2TB | 12.1 | 10.15.7 | 191 | |
| Hackintosh | i3-10100 3.6 Ghz 4-core | 32 | 1TB | | 12.1 | 10.15.7 | 233 | |

## Custom Hardware - Xcode 11

| Device | CPU | RAM | SSD | HDD | Xcode | macOS | Time(sec) |
|:--------------------:|:-----------------------:|:---:|:---:|:---:|:-----:|:-------:|:---------:|
| Hackintosh | i5-8400 2.8 Ghz 6-core | 32 | 512 | | 11.6 | 10.15.6 | 409 |
| Ryzentosh | R5 3600 3.6 Ghz 6-core | 16 | 1TB | | 11.7 | 10.15.6 | 312 |
| Device | CPU | RAM | SSD | HDD | Xcode | macOS | Time(sec) | Comments |
|:--------------------:|:-----------------------:|:---:|:---:|:---:|:-----:|:-------:|:---------:|----------------|
| Hackintosh | i5-8400 2.8 Ghz 6-core | 32 | 512 | | 11.6 | 10.15.6 | 409 | |
| Ryzentosh | R5 3600 3.6 Ghz 6-core | 16 | 1TB | | 11.7 | 10.15.6 | 312 | |

## Set up

Expand Down Expand Up @@ -126,12 +126,15 @@ A framework that includes **42** popular CocoaPods libraries and **70+** depende

## Contribution

- **If you have any non-Apple hardware components - submit your results to the `Custom Hardware` table.**
- **Preferred:** [Submit a pull request](https://github.com/devMEremenko/XcodeBenchmark/pulls) and add a row to the `Score` section.
- [Open an issue](https://github.com/devMEremenko/XcodeBenchmark/issues/new/choose) and include all info to fill the `Score` section in the following format:
- [Open an issue](https://github.com/devMEremenko/XcodeBenchmark/issues/new/choose) and include all info in the following format:
```
| Device | CPU | RAM | SSD | HDD | Xcode | macOS | Time(sec) |
|:--------------------:|:-----------------------:|:---:|:---:|:---:|:-----:|:-------:|:---------:|
| Mac Pro 2019 | Xeon 2.5 GHz 28-core | 96 | 4TB | | 12.2 | 11.0.1 | 90 |
| Device | CPU | RAM | SSD | HDD | Xcode | macOS | Time(sec) | Comments |
|:--------------------:|:-----------------------:|:---:|:---:|:---:|:-----:|:-------:|:---------:|----------------|
| Mac Pro 2019 | Xeon 2.5 GHz 28-core | 96 | 4TB | | 12.2 | 11.0.1 | 90 | |
| MacBook Air 13" 2020 | Apple M1 8c (8c GPU) | 16 | 512 | | 12.2 | 11.0.1 | 128 | |
| Mac Mini 2018 | i7 3.2 GHz 6-core | 16 | 512 | | 11.7 | 10.15.5 | 300 | |
```

Make sure:
Expand Down

0 comments on commit d89b593

Please sign in to comment.