Skip to content

Commit f34f4db

Browse files
committed
Updated doc sentences
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent c3c66ea commit f34f4db

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/unit/test_decoder_nvimgcodec.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)