Skip to content

Commit

Permalink
I don't see how this belongs in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder authored and asmacdo committed Jun 10, 2024
1 parent 9a4f3ee commit 313675d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,3 @@ options:
(default: all)
<!--- END HELP -->
```
## 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
```

0 comments on commit 313675d

Please sign in to comment.