-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Benchmark across Parse options, add memory benchmarking. (#264)
This change updates the Parse benchmark to operate across useful ParseOptions, adds memory benchmarking, and updates some benchmark params. For example, we can take a look at the CPU / memory differences across the new ParseOptions for one of the test dicoms: ``` BenchmarkParse/NoOptions/4.dcm-4 10 106876945 ns/op 120572543 B/op 2160 allocs/op BenchmarkParse/SkipPixelData/4.dcm-4 10 531193 ns/op 34900 B/op 2144 allocs/op BenchmarkParse/SkipProcessingPixelDataValue/4.dcm-4 10 1807256 ns/op 7573518 B/op 2146 allocs/op ```
- Loading branch information
1 parent
cb27a34
commit 75975a5
Showing
4 changed files
with
53 additions
and
26 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
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