Skip to content

Commit 800d3fd

Browse files
author
Mingshen Sun
committed
readme: center figures
1 parent 932e6ce commit 800d3fd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ MesaPy's design and implementation. Blocks highlighted in read means unsafe
5151
components, while blue blocks represent safe components. MesaPy aims to
5252
protect Python runtime by our security hardening.
5353

54-
<img src="img/design.png" width="400"/>
54+
<p align="center">
55+
<img src="img/design.png" width="500"/>
56+
</p>
5557

5658
By using formal verification, type system enhancement, and memory safe
5759
programming language, MesaPy mitigates potential memory safety issues of both
@@ -124,7 +126,9 @@ We used 19 Python scripts to run our performance evaluation. Each script is
124126
executed in ten times for MesaPy, PyPy 6.0.0, and Python 2.7.12 respectively.
125127
The benchmarks are shown in the following figure.
126128

127-
<img src="img/benchmarks.png" width="400"/>
129+
<p align="center">
130+
<img src="img/benchmarks.png" width="500"/>
131+
</p>
128132

129133
Thanks to JIT and efficient GC mechanism, MesaPy can achieve 10x plus speedup
130134
compared to Python 2.7.12.

0 commit comments

Comments
 (0)