Skip to content

Commit 7f73dfd

Browse files
author
Luc Dion
committed
Fix benchmark images
1 parent d56d4fd commit 7f73dfd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ These results also mean that **PinLayout is by far faster than any layout framew
178178

179179
<p align="center"> Tested on a iPhone 6 iOS 10.3.2</p>
180180
<p align="center">
181-
<img src="docs/Benchmark/benchmark_iPhone6.png" alt="PinLayout Performance" width=600/>
181+
<img src="docs/Benchmark/benchmark_iphone6.png" alt="PinLayout Performance" width=600/>
182182
</p>
183183

184184
<br/>

docs/Benchmark.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ The table shows that **FlexLayout took 23 miliseconds** to render 100 UICollecti
7171

7272

7373
<p align="center">
74-
<a href=""><img src="Benchmark/benchmark_iPhone5.png" alt="PinLayout Performance"/></a>
74+
<a href=""><img src="Benchmark/benchmark_iphone5.png" alt="PinLayout Performance"/></a>
7575

7676
<p align="center">
77-
<a href=""><img src="Benchmark/benchmark_iPhone6.png" alt="PinLayout Performance"/></a>
77+
<a href=""><img src="Benchmark/benchmark_iphone6.png" alt="PinLayout Performance"/></a>
7878

7979
<p align="center">
80-
<a href=""><img src="Benchmark/benchmark_iPhone6S.png" alt="PinLayout Performance"/></a>
80+
<a href=""><img src="Benchmark/benchmark_iphone6S.png" alt="PinLayout Performance"/></a>
8181

8282
<p align="center">
83-
<a href=""><img src="Benchmark/benchmark_iPhone7.png" alt="PinLayout Performance"/></a>
83+
<a href=""><img src="Benchmark/benchmark_iphone7.png" alt="PinLayout Performance"/></a>
8484

8585

8686
<br>

0 commit comments

Comments
 (0)