Skip to content

Commit 1e549c9

Browse files
authored
Fix image sizes.
1 parent a218907 commit 1e549c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ structures:
303303

304304
<p align="center">
305305
<img src="images/LibF_benchs1.png"
306-
width="50%" alt="EffectiveSan object layout.">
306+
alt="EffectiveSan object layout.">
307307
</p>
308308

309309
Unsurprisingly, constructing a `std::vector` is the fastest. The fastest for
@@ -324,7 +324,7 @@ C++ range loop, i.e.:
324324

325325
<p align="center">
326326
<img src="images/LibF_benchs2.png"
327-
width="50%" alt="EffectiveSan object layout.">
327+
alt="EffectiveSan object layout.">
328328
</p>
329329

330330
Note that range loops use iterators, which are slower for LibF data structures

0 commit comments

Comments
 (0)