From ba1b4cc83ad2fc66e1b376472332d7552d5b756e Mon Sep 17 00:00:00 2001 From: Douglas Landgraf Date: Fri, 21 Jun 2024 00:57:58 -0400 Subject: [PATCH] README: added why the project Signed-off-by: Douglas Landgraf --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa8c4f1..829a76a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Additionally, it is possible to enable a stress feature that uses the stress-ng Furthermore, it is an excellent way to test container scalability and interference between containers using Podman, allowing you to trigger 100, 1k, 5k, or even 1 million containers. +Why this project? + +When working in the auto industry, it's important to prove for certifications that components in the entire solution are as resilient as possible and do not fail in the initial rounds in different angles of tests. + Why bash? We just call existing programs, no need to add extra layer of python, golang or rust for calling program at this moment.