-
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
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] | ||
|
11d8333
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
1375126
ns/iter (± 338986
)1365087
ns/iter (± 345658
)1.01
philips_read_region_256_lvl_1
2839293
ns/iter (± 1036688
)2811335
ns/iter (± 1464488
)1.01
philips_read_region_512_lvl_0
6463716
ns/iter (± 1069922
)6554316
ns/iter (± 1014738
)0.99
philips_read_region_512_lvl_1
6018410
ns/iter (± 862814
)6059973
ns/iter (± 1013309
)0.99
This comment was automatically generated by workflow using github-action-benchmark.