-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "openslide-rs" | ||
edition = "2021" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
authors = ["AzHicham <[email protected]>"] | ||
description = "Rust bindings of OpenSlide C library" | ||
repository = "https://github.com/AzHicham/openslide-rs" | ||
|
418eab3
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
2340495
ns/iter (± 356874
)2135759
ns/iter (± 26574
)1.10
deepzoom_read_image_512
9893434
ns/iter (± 1033719
)8766107
ns/iter (± 374394
)1.13
openslide_read_image_256
2441128
ns/iter (± 184001
)2055379
ns/iter (± 20741
)1.19
openslide_read_image_512
10320068
ns/iter (± 1093601
)8789640
ns/iter (± 203660
)1.17
openslide_read_region_256
2348616
ns/iter (± 83665
)1977072
ns/iter (± 29977
)1.19
openslide_read_region_512
9948106
ns/iter (± 748668
)8454213
ns/iter (± 202974
)1.18
This comment was automatically generated by workflow using github-action-benchmark.