Skip to content

Commit 05df85f

Browse files
committed
Add iPhone 16
1 parent 3776811 commit 05df85f

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

LayoutFrameworkBenchmark/Benchmarks/BenchmarkViewController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class BenchmarkViewController: UITableViewController {
2424
return CollectionViewControllerFeedItemAutoLayoutView(data: data)
2525
}),
2626

27-
ViewControllerData(title: "FlexLayout 1.3", factoryBlock: { viewCount in
27+
ViewControllerData(title: "FlexLayout 2.2", factoryBlock: { viewCount in
2828
let data = FeedItemData.generate(count: viewCount)
2929
return CollectionViewControllerFeedItemFlexLayoutView(data: data)
3030
}),
@@ -49,12 +49,12 @@ class BenchmarkViewController: UITableViewController {
4949
return CollectionViewControllerFeedItemNotAutoLayoutView(data: data)
5050
}),
5151

52-
ViewControllerData(title: "PinLayout 1.10", factoryBlock: { viewCount in
52+
ViewControllerData(title: "PinLayout 1.10.6", factoryBlock: { viewCount in
5353
let data = FeedItemData.generate(count: viewCount)
5454
return CollectionViewControllerFeedItemPinLayoutView(data: data)
5555
}),
5656

57-
ViewControllerData(title: "Texture 3.1", factoryBlock: { viewCount in
57+
ViewControllerData(title: "Texture 3.2", factoryBlock: { viewCount in
5858
let data = FeedItemData.generate(count: viewCount)
5959
return TextureCollectionViewController(data: data)
6060
}),

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It displays the performance when layouting UICollectionView cells. This graph sh
3838

3939
The **Y axis** indicates the **number of seconds** to render all cells.
4040

41-
<a href="docs_markdown/benchmark_comparison_all.png"><img src="docs_markdown/benchmark_comparison_all.png"/></a>
41+
<a href="docs_markdown/benchmark_comparison_all.png"><img src="docs_markdown/benchmark_comparison_all.png"/></a>
4242
<br>
4343

4444

@@ -116,6 +116,9 @@ You can see the benchmark's data and charts in this **[Google Spreadsheet Docume
116116

117117
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.
118118

119+
<a href="docs_markdown/benchmark_iphonexs.png"><img src="docs_markdown/benchmark_iphone16.png"/></a>
120+
<br>
121+
119122
<a href="docs_markdown/benchmark_iphonexs.png"><img src="docs_markdown/benchmark_iphone13pro.png"/></a>
120123
<br>
121124

-2.11 KB
Loading
224 KB
Loading

0 commit comments

Comments
 (0)