resize image in readme

This commit is contained in:
ilia 2023-10-10 18:49:55 +03:00
parent 3bfda92204
commit 1ab5673232

View File

@ -1,7 +1,8 @@
# Interpreters
## Results
![results](result.png)
<img src="result.png" alt="drawing" width="650"/>
<!-- ![result.png](result.png) -->
### Observations
- Functions w/o Numpy in PyPy run **much faster**. JIT compilation optimizes the function's code and runs compiled versions of them $\Rightarrow$ improvement in time