File tree Expand file tree Collapse file tree
LayoutFrameworkBenchmark/Benchmarks Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ It displays the performance when layouting UICollectionView cells. This graph sh
3838
3939The ** 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
117117The ** 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
You can’t perform that action at this time.
0 commit comments