NVIDIA / Bobber

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

Make the JSON file from the parser optional #60

Closed roclark closed 3 years ago

roclark commented 3 years ago

The parser currently creates a timestamped JSON file including greater details for the results. While this can potentially be helpful for other applications and storing data, it often is not used and adds a lot of bloat to the testing directory when parsing multiple results. As such, it should be an opt-in feature where someone can choose to save a JSON file with a --save flag but not save the file by default.