NVIDIA / Bobber

Containerized testing of system components that impact AI workload performance
MIT License
14 stars 5 forks source link

Allow pauses between tests #44

Closed roclark closed 3 years ago

roclark commented 3 years ago

Some tests require additional cleanup time for various filesystems which can impact performance if another test is running during cleanup. Adding a flag to allow the framework to pause for N-seconds between tests allows the cleanup additional time to complete before follow-up rounds.

Closes #40

Signed-Off-By: Robert Clark roclark@nvidia.com