diff --git a/BENCHMARKS.md b/BENCHMARKS.md new file mode 100644 index 0000000..6439d48 --- /dev/null +++ b/BENCHMARKS.md @@ -0,0 +1,16 @@ +# Benchmarks + +```bash +$ python scripts/benchmark.py +``` + +**file_explorer** works with unit tests config + +**image_resizer** almost works with unit tests config +- failure mode: undefined import + +**timer_app** almost works with unit tests config +- failure mode: undefined import/conflicting names + +**todo_list** doesn't really work with unit tests config +- failure mode: placeholder text \ No newline at end of file