-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and improve/tweak printing logic and doc-comments
- Split BenchmarkResult.prettyPrint into individual functions with respect to each metric to be pretty-printed - Propagate choice of writer for pretty-print functions within BenchmarkResult - Add a buffered std-out writer as a field of BenchmarkResults. We use this for all formatted printing-operations within BenchmarkResults. - Make use of BenchmarkResults.getColor to color-code the total-time metric in BenchmarkResults.prettyPrint - Add various doc-comments
- Loading branch information
Showing
2 changed files
with
117 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters