From f26a16dc8cb998878b76d9dc5249f58ff976f65f Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 6 Oct 2023 14:54:25 +0300 Subject: [PATCH] fix interpreters readme --- interpreters/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interpreters/README.md b/interpreters/README.md index 93d3d6a..26f2efe 100644 --- a/interpreters/README.md +++ b/interpreters/README.md @@ -11,6 +11,10 @@ ## Testing Code +- File for testing function times: `test.py` +- Files for entire evaluation testing: `test_full_{func}.py` +- Bash script `test_full.sh` + Three realisations of mandelbrot functions tested: ```python def linspace(start, stop, n):