As a developer, I want DiskMark to be a pure data/model class holding only the results of a single benchmark mark, with all execution and measurement logic moved to DiskBenchmark, so that the data model and the behavior that produces it have no coupling.
As a developer, I want DiskMark to be a pure data/model class holding only the results of a single benchmark mark, with all execution and measurement logic moved to DiskBenchmark, so that the data model and the behavior that produces it have no coupling.