From d12b32f828aadb1d1ced9a144ffef0f22cd2f89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Ahlb=C3=A4ck?= Date: Sat, 17 Jun 2023 13:41:38 +0200 Subject: [PATCH] add BENCHMARKS.md --- BENCHMARKS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BENCHMARKS.md 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