Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham committed Nov 13, 2023
1 parent 0f480c5 commit c1a46dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1"
version = "1.1.2"
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 c1a46dc

@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: c1a46dc Previous: 0f480c5 Ratio
philips_i2syntax_read_region_256_lvl_0 1352447 ns/iter (± 509907) 2741323 ns/iter (± 1729172) 0.49
philips_i2syntax_read_region_256_lvl_1 1292168 ns/iter (± 297958) 2321311 ns/iter (± 570777) 0.56
philips_i2syntax_read_region_512_lvl_0 1549696 ns/iter (± 475843) 3210094 ns/iter (± 971302) 0.48
philips_i2syntax_read_region_512_lvl_1 7336469 ns/iter (± 392230) 13934247 ns/iter (± 2138715) 0.53
philips_read_region_256_lvl_0 496200 ns/iter (± 39314) 1711228 ns/iter (± 1472399) 0.29
philips_read_region_256_lvl_1 1227744 ns/iter (± 49968) 3665337 ns/iter (± 1714118) 0.33
philips_read_region_512_lvl_0 3530219 ns/iter (± 101215) 8256759 ns/iter (± 1771230) 0.43
philips_read_region_512_lvl_1 2728007 ns/iter (± 81375) 7613186 ns/iter (± 2020408) 0.36

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

Please sign in to comment.