Skip to content

Commit b4768ab

Browse files
authored
Merge pull request #19 from layoutBox/add_iphone_xs
Add iPhone XS Benchmark
2 parents ffb7373 + 9b8f4e6 commit b4768ab

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

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)