Skip to content

Commit be532f5

Browse files
author
Luc Dion
committed
Add iPhone XS benchmark
1 parent ffb7373 commit be532f5

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ osx_image: xcode10
44
before_install:
55
- gem install xcpretty-travis-formatter;
66
- gem install cocoapods --no-document --quiet;
7-
- pod install --repo-update;
7+
- pod install #--repo-update;
88

99
script:
1010
- set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator12.0 -destination 'platform=iOS Simulator,name=iPhone 8' build | xcpretty -f `xcpretty-travis-formatter`

LayoutFrameworkBenchmark.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
DEVELOPMENT_TEAM = ZYH5WDPX24;
485485
INFOPLIST_FILE = LayoutFrameworkBenchmark/Info.plist;
486486
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
487-
PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.LayoutFrameworkBenchmark;
487+
PRODUCT_BUNDLE_IDENTIFIER = com.mirego.test.dev;
488488
PRODUCT_NAME = "$(TARGET_NAME)";
489489
PROVISIONING_PROFILE_SPECIFIER = "";
490490
SWIFT_VERSION = 4.2;
@@ -500,7 +500,7 @@
500500
DEVELOPMENT_TEAM = ZYH5WDPX24;
501501
INFOPLIST_FILE = LayoutFrameworkBenchmark/Info.plist;
502502
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
503-
PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.LayoutFrameworkBenchmark;
503+
PRODUCT_BUNDLE_IDENTIFIER = com.mirego.test.dev;
504504
PRODUCT_NAME = "$(TARGET_NAME)";
505505
PROVISIONING_PROFILE_SPECIFIER = "";
506506
SWIFT_VERSION = 4.2;

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ You can see the benchmark's data and charts in this **[Google Spreadsheet Docume
112112

113113
The **X axis** in following charts indicates the **number of cells** contained for each pass. The **Y axis** indicates the **number of seconds** to render all cells from one pass.
114114

115+
<a href="docs_markdown/benchmark_iphonexs.png"><img src="docs_markdown/benchmark_iphonexs.png"/></a>
116+
<br>
117+
118+
115119
<a href="docs_markdown/benchmark_iphonex.png"><img src="docs_markdown/benchmark_iphonex.png"/></a>
116120
<br>
117121

292 Bytes
Loading
239 Bytes
Loading

docs_markdown/benchmark_iphonexs.png

41.5 KB
Loading

0 commit comments

Comments
 (0)