forked from Advanced_Python/advanced-python-homework-2023
fix interpreters readme
This commit is contained in:
parent
d2991376d2
commit
805711e614
@ -1,7 +1,17 @@
|
|||||||
# Interpreters
|
# Interpreters
|
||||||
|
|
||||||
|
## Tested interpreters
|
||||||
|
- CPython 3.9
|
||||||
|
- CPython 3.11
|
||||||
|
- PyPy 3.9
|
||||||
|
|
||||||
|
**Table of evaluation times in seconds**
|
||||||
|
|
||||||
|
![enter image description here](table.png)
|
||||||
|
|
||||||
|
|
||||||
## Testing Code
|
## Testing Code
|
||||||
Three functions tested
|
Three realisations of mandelbrot functions tested:
|
||||||
```python
|
```python
|
||||||
def linspace(start, stop, n):
|
def linspace(start, stop, n):
|
||||||
if n == 1:
|
if n == 1:
|
||||||
@ -77,12 +87,3 @@ def mandelbrot_np(
|
|||||||
break
|
break
|
||||||
return image
|
return image
|
||||||
```
|
```
|
||||||
|
|
||||||
## Tested interpreters
|
|
||||||
- CPython 3.9
|
|
||||||
- CPython 3.11
|
|
||||||
- PyPy 3.9
|
|
||||||
|
|
||||||
**Table of evaluation times in seconds**
|
|
||||||
|
|
||||||
![enter image description here](table.png)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user