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):