From 1dbd56e9cc1500a857bce699609c30a92ff8f83e Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Fri, 22 May 2026 10:24:08 +0200 Subject: [PATCH] tests(load): prepare a load repository to test response time under load in the future --- tests/load/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/load/README.md diff --git a/tests/load/README.md b/tests/load/README.md new file mode 100644 index 00000000..529be1b5 --- /dev/null +++ b/tests/load/README.md @@ -0,0 +1,11 @@ +iPurpose of this directory: implement load test and identify response time under: +- heavy load +- many content +- many sub folders and sharing + +Goal is to identify inflections and regression when a new feature is added + +No accemtance criteria yet + +Load test via k6 ? +or drill (written in Rust) ?