Skip to content

Commit 932e6ce

Browse files
author
Mingshen Sun
committed
readme: resize figures
1 parent 655a0fb commit 932e6ce

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
@@ -51,7 +51,7 @@ 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-
![Design](img/design.png)
54+
<img src="img/design.png" width="400"/>
5555

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

127-
![Benchmarks](img/benchmarks.png)
127+
<img src="img/benchmarks.png" width="400"/>
128128

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

0 commit comments

Comments
 (0)