diff --git a/LayoutFrameworkBenchmark/Benchmarks/BenchmarkViewController.swift b/LayoutFrameworkBenchmark/Benchmarks/BenchmarkViewController.swift
index 1f21775..9e1083d 100755
--- a/LayoutFrameworkBenchmark/Benchmarks/BenchmarkViewController.swift
+++ b/LayoutFrameworkBenchmark/Benchmarks/BenchmarkViewController.swift
@@ -24,7 +24,7 @@ class BenchmarkViewController: UITableViewController {
return CollectionViewControllerFeedItemAutoLayoutView(data: data)
}),
- ViewControllerData(title: "FlexLayout 1.3", factoryBlock: { viewCount in
+ ViewControllerData(title: "FlexLayout 2.2", factoryBlock: { viewCount in
let data = FeedItemData.generate(count: viewCount)
return CollectionViewControllerFeedItemFlexLayoutView(data: data)
}),
@@ -49,12 +49,12 @@ class BenchmarkViewController: UITableViewController {
return CollectionViewControllerFeedItemNotAutoLayoutView(data: data)
}),
- ViewControllerData(title: "PinLayout 1.10", factoryBlock: { viewCount in
+ ViewControllerData(title: "PinLayout 1.10.6", factoryBlock: { viewCount in
let data = FeedItemData.generate(count: viewCount)
return CollectionViewControllerFeedItemPinLayoutView(data: data)
}),
- ViewControllerData(title: "Texture 3.1", factoryBlock: { viewCount in
+ ViewControllerData(title: "Texture 3.2", factoryBlock: { viewCount in
let data = FeedItemData.generate(count: viewCount)
return TextureCollectionViewController(data: data)
}),
diff --git a/README.md b/README.md
index 6c85639..398b1a6 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ It displays the performance when layouting UICollectionView cells. This graph sh
The **Y axis** indicates the **number of seconds** to render all cells.
-
+
@@ -116,6 +116,9 @@ You can see the benchmark's data and charts in this **[Google Spreadsheet Docume
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.
+
+
+
diff --git a/docs_markdown/benchmark_comparison_all.png b/docs_markdown/benchmark_comparison_all.png
index 76b0db9..5ffdcdd 100644
Binary files a/docs_markdown/benchmark_comparison_all.png and b/docs_markdown/benchmark_comparison_all.png differ
diff --git a/docs_markdown/benchmark_iphone16.png b/docs_markdown/benchmark_iphone16.png
new file mode 100644
index 0000000..0b119d0
Binary files /dev/null and b/docs_markdown/benchmark_iphone16.png differ