Skip to content

Commit

Permalink
Merge pull request #16 from AzHicham/release0.2.2
Browse files Browse the repository at this point in the history
release 0.2.2
  • Loading branch information
AzHicham authored Dec 14, 2022
2 parents 2f17c68 + 9406241 commit c11dd51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "philips-isyntax-rs"
edition = "2021"
version = "0.2.1"
version = "0.2.2"
authors = ["AzHicham <hicham.azimani1@gmail.com>"]
description = "Rust bindings to the Philips Open Pathology C++ library"
repository = "https://github.com/AzHicham/philips-isyntax-rs"
Expand Down

1 comment on commit c11dd51

@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: c11dd51 Previous: 9406241 Ratio
philips_read_region_256_lvl_0 1453283 ns/iter (± 332195) 1508558 ns/iter (± 718826) 0.96
philips_read_region_256_lvl_1 2918005 ns/iter (± 889326) 2954666 ns/iter (± 990258) 0.99
philips_read_region_512_lvl_0 7504467 ns/iter (± 1144132) 6884282 ns/iter (± 1351913) 1.09
philips_read_region_512_lvl_1 6288932 ns/iter (± 1218230) 6242004 ns/iter (± 845729) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.