Skip to content

Commit 67eb69f

Browse files
author
Luc Dion
committed
Update doc
1 parent 6f42279 commit 67eb69f

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ Choosing the right layout framework for your project is an important decision. T
2929

3030
<br>
3131

32+
## Benchmark charts
33+
34+
35+
##### General comparison
36+
37+
This chart display a general comparison between device performance using each layout frameworks.
38+
It displays the performance when layouting UICollectionView cells. This graph shows performance when layouting 100 UICollectionView cells.
39+
40+
The **Y axis** indicates the **number of seconds** to render all cells.
41+
42+
<a href="docs_markdown/benchmark_comparison_all.png"><img src="docs_markdown/benchmark_comparison_all.png"/></a>
43+
<br>
44+
45+
3246
# Layout frameworks <a name="layout_frameworks"></a>
3347

3448
**The benchmark currently includes the following layout frameworks:**
@@ -89,26 +103,11 @@ Here are the benchmark rendering results to compare visual results:
89103

90104
<br>
91105

92-
# Results <a name="results"></a>
93-
94106
## Benchmark data
95107
You can see the benchmark's data and charts in this **[Google Spreadsheet Document](https://docs.google.com/spreadsheets/d/1sUNdGWBM-d_W13yC7VcfkRXC3owCVsnIublnfW-4xn4/edit#gid=1032991425)**.
96108

97109
<br>
98110

99-
## Benchmark charts
100-
101-
102-
##### General comparison
103-
104-
This chart display a general comparison between device performance using each layout framework.
105-
It displays the performance when layouting UICollectionView cells. This graph shows performance when layouting 100 UICollectionView cells.
106-
107-
The **Y axis** indicates the **number of seconds** to render all cells.
108-
109-
<a href="docs_markdown/benchmark_comparison_all.png"><img src="docs_markdown/benchmark_comparison_all.png"/></a>
110-
<br>
111-
112111
##### Details for different devices
113112

114113
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.

0 commit comments

Comments
 (0)