From 1ab5673232d6c15636fad00b12ee9dd0a0c39eb7 Mon Sep 17 00:00:00 2001 From: ilia Date: Tue, 10 Oct 2023 18:49:55 +0300 Subject: [PATCH] resize image in readme --- interpreters/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interpreters/README.md b/interpreters/README.md index 7cf127e..5a2c7a5 100644 --- a/interpreters/README.md +++ b/interpreters/README.md @@ -1,7 +1,8 @@ # Interpreters ## Results -![results](result.png) +drawing + ### 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