Skip to content

Commit

Permalink
release: 1.1.1 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham authored Sep 21, 2023
1 parent 16418a5 commit 4d11b69
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 46 deletions.
93 changes: 48 additions & 45 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 = "1.1.0"
version = "1.1.1"
authors = ["AzHicham <[email protected]>"]
description = "Rust bindings to the Philips Open Pathology C++ library"
repository = "https://github.com/AzHicham/philips-isyntax-rs"
Expand Down

1 comment on commit 4d11b69

@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: 4d11b69 Previous: b6298b8 Ratio
philips_read_region_256_lvl_0 1589938 ns/iter (± 974288) 1183971 ns/iter (± 414630) 1.34
philips_read_region_256_lvl_1 3180268 ns/iter (± 1304455) 2602771 ns/iter (± 994116) 1.22
philips_read_region_512_lvl_0 7059471 ns/iter (± 1129797) 5715883 ns/iter (± 2943858) 1.24
philips_read_region_512_lvl_1 6255286 ns/iter (± 1132222) 5107699 ns/iter (± 764440) 1.22

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

Please sign in to comment.