-
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.
Merge pull request #35 from AzHicham/release1.0.0
bump(release): 1.0.0
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "philips-isyntax-rs" | ||
edition = "2021" | ||
version = "0.2.2" | ||
version = "1.0.0" | ||
authors = ["AzHicham <[email protected]>"] | ||
description = "Rust bindings to the Philips Open Pathology C++ library" | ||
repository = "https://github.com/AzHicham/philips-isyntax-rs" | ||
homepage = "https://github.com/AzHicham/philips-isyntax-rs" | ||
readme = "README.md" | ||
keywords = ["philips", "isyntax", "histopathology", "microscopy"] | ||
categories = ["science"] | ||
categories = ["science", "external-ffi-bindings"] | ||
license = "MIT/Apache-2.0" | ||
|
||
[features] | ||
|
3afb019
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.
philips-isyntax-rs Benchmark
philips_read_region_256_lvl_0
1312662
ns/iter (± 237309
)1375126
ns/iter (± 338986
)0.95
philips_read_region_256_lvl_1
2757857
ns/iter (± 1085757
)2839293
ns/iter (± 1036688
)0.97
philips_read_region_512_lvl_0
6431311
ns/iter (± 1199139
)6463716
ns/iter (± 1069922
)0.99
philips_read_region_512_lvl_1
5674898
ns/iter (± 1142365
)6018410
ns/iter (± 862814
)0.94
This comment was automatically generated by workflow using github-action-benchmark.