-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Improve Interface * refactor: Improve DeepZoom interface * fix: tests for Openslide 4
- Loading branch information
Showing
11 changed files
with
273 additions
and
172 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
89bfe54
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openslide-rs Benchmark
deepzoom_read_image_256
1174361
ns/iter (± 8071
)1175396
ns/iter (± 8424
)1.00
deepzoom_read_image_256_arc
1173280
ns/iter (± 7298
)1177040
ns/iter (± 9174
)1.00
deepzoom_read_image_512
4708994
ns/iter (± 37114
)4721882
ns/iter (± 61808
)1.00
deepzoom_read_image_512_arc
4709408
ns/iter (± 67507
)4720731
ns/iter (± 66893
)1.00
openslide_read_image_256
1137540
ns/iter (± 9160
)1139817
ns/iter (± 13815
)1.00
openslide_read_image_512
4734901
ns/iter (± 80415
)4730409
ns/iter (± 54830
)1.00
openslide_read_region_256
1087664
ns/iter (± 9737
)1089906
ns/iter (± 9332
)1.00
openslide_read_region_512
4517678
ns/iter (± 40387
)4526849
ns/iter (± 27220
)1.00
This comment was automatically generated by workflow using github-action-benchmark.