microsoft / StorScore

A test framework to evaluate SSDs and HDDs
http://aka.ms/storscore
MIT License
79 stars 40 forks source link

Break parse_results.cmd into modules #9

Open marksantaniello opened 9 years ago

marksantaniello commented 9 years ago

The parse_results.cmd is too large, and is not well-factored like StorScore.cmd. We should modularize it for better maintainability, but also to facilitate a 2-phase approach where we parse and score separately. It would be nice to parse results only once, and merely run the scoring steps multiple times when comparing different sets of devices.