From 313675da351003e46c392e01863213cd3b0dd165 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 10 Jun 2024 14:20:56 -0400 Subject: [PATCH] I don't see how this belongs in the README --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 3c1e2642..a2b200c9 100644 --- a/README.md +++ b/README.md @@ -56,19 +56,3 @@ options: (default: all) ``` - -## Testing: - -```shell -❯ ./test_script.py --help -test_script.py is a test script to consume CPU and memory. - -options: - -h, --help show this help message and exit - --duration DURATION Duration to run the test in seconds. - --cpu-load CPU_LOAD Load factor to simulate CPU usage. - --memory-size MEMORY_SIZE - Amount of memory to allocate in MB. - -duct --report-interval 4 ./test_script.py --duration 12 --cpu-load 50000 --memory-size 50 -```