File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,15 +299,14 @@ def performance_test_nvimgcodec_decoder_against_defaults(
299299 # with all DICOM files of supported transfer syntaxes
300300 print (
301301 "## nvimgcodec decoder performance against Pydicom default decoders\n "
302- "Test data include all Pydicom test DICOM instances of supported transfer syntaxes\n "
302+ "Test data include all Pydicom test DICOM instances of supported transfer syntaxes\n \n "
303303 "**Note:**\n "
304304 " - nvImgCodec is well suited for multi-frame image with batch decompression, "
305305 "but the Pydicom decoder runner invokes the decoders frame by frame.\n "
306306 " - Lazy loading impact is minimized by loading the first applicable test file's pixel data "
307307 "twice and ignoring the first run execution time; as such the measurement for the first "
308- "test file is skewed by potential cacheing"
309- "\n \n "
310- "| Transfer Syntax | Default Decoder Execution Time | nvimgcodec Decoder Execution Time | File Name |"
308+ "test file is skewed by potential caching\n \n "
309+ "| Transfer Syntax | Default Decoder Execution Time (seconds) | nvimgcodec Decoder Execution Time (seconds) | File Name |"
311310 "\n "
312311 "| --- | --- | --- | --- |"
313312 )
You can’t perform that action at this time.
0 commit comments