44
55<h1 align =" center " style =" color : #376C9D ; font-family : Arial Black , Gadget, sans-serif ; font-size : 2em " >Layout Framework Benchmark</h1 >
66
7- <p align =" center " >
7+ <p align =" center " >w
88 <a href =" " ><img src =" https://img.shields.io/cocoapods/p/FlexLayout.svg?style=flat " /></a >
99 <a href =" https://travis-ci.org/lucdion/LayoutFrameworkBenchmark " ><img src =" https://travis-ci.org/lucdion/LayoutFrameworkBenchmark.svg?branch=master " /></a >
1010 <a href =" https://raw.githubusercontent.com/lucdion/LayoutFrameworkBenchmark/master/LICENSE " ><img src =" https://img.shields.io/badge/license-New%20BSD-blue.svg?style=flat " /></a >
@@ -47,7 +47,7 @@ LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
4747[ LayoutKit benchmark's source code] ( https://github.com/lucdion/LayoutFrameworkBenchmark/tree/master/LayoutFrameworkBenchmark/Benchmarks/LayoutKit )
4848
4949* ** Manual layout**
50- Layout is done by setting UIView's frame property directly.
50+ Layout is done by setting UIView's frame property directly. This implementation comes directly from the LayoutKit benchmark.
5151[ Manual layout benchmark's source code] ( https://github.com/lucdion/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/ManualLayout/FeedItemManualView.swift )
5252
5353* [ ** PinLayout** ] ( https://github.com/mirego/PinLayout )
@@ -94,11 +94,11 @@ You can see the benchmark's data and charts in this **[Google Spreadsheet Docume
9494##### General comparison
9595
9696This chart display a general comparison between device performance using each layout framework.
97- It display the performance when layouting UICollectionView cells.
97+ It displays the performance when layouting UICollectionView cells. This graph shows performance when layouting 100 UICollectionView cells.
9898
9999The ** Y axis** indicates the ** number of seconds** to render all cells.
100100
101- <a href =" docs_markdown/benchmark_comparison .png " ><img src =" docs_markdown/benchmark_comparison .png " /></a >
101+ <a href =" docs_markdown/benchmark_comparison_all .png " ><img src =" docs_markdown/benchmark_comparison_all .png " /></a >
102102<br >
103103
104104##### Details for different devices
@@ -114,10 +114,13 @@ The **X axis** in following charts indicates the **number of cells** contained f
114114<a href =" docs_markdown/benchmark_iphone7.png " ><img src =" docs_markdown/benchmark_iphone7.png " /></a >
115115<br >
116116
117+ <a href =" docs_markdown/benchmark_iphone6s.png " ><img src =" docs_markdown/benchmark_iphone6s.png " /></a >
118+ <br >
119+
117120<a href =" docs_markdown/benchmark_iphone6.png " ><img src =" docs_markdown/benchmark_iphone6.png " /></a >
118121<br >
119122
120- <a href =" docs_markdown/benchmark_iphone5 .png " ><img src =" docs_markdown/benchmark_iphone5 .png " /></a >
123+ <a href =" docs_markdown/benchmark_iphone5s .png " ><img src =" docs_markdown/benchmark_iphone5s .png " /></a >
121124<br >
122125
123126
0 commit comments