Skip to content

Commit

Permalink
bump(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham committed Feb 5, 2023
1 parent d3515ec commit 11d8333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
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]
Expand Down

1 comment on commit 11d8333

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

philips-isyntax-rs Benchmark

Benchmark suite Current: 11d8333 Previous: d3515ec Ratio
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.

Please sign in to comment.