Skip to content

Commit

Permalink
bump(release): 1.1.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham committed Feb 5, 2023
1 parent 7a530c0 commit da3c4cb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 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 = "openslide-rs"
edition = "2021"
version = "1.1.0"
version = "1.1.1"
authors = ["AzHicham <hicham.azimani1@gmail.com>"]
description = "Rust bindings of OpenSlide C library"
repository = "https://github.com/AzHicham/openslide-rs"
Expand Down

1 comment on commit da3c4cb

@github-actions
Copy link

Choose a reason for hiding this comment

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

openslide-rs Benchmark

Benchmark suite Current: da3c4cb Previous: 9618b00 Ratio
deepzoom_read_image_256 1978432 ns/iter (± 8802) 2086181 ns/iter (± 17082) 0.95
deepzoom_read_image_512 8110386 ns/iter (± 106241) 8502826 ns/iter (± 66257) 0.95
openslide_read_image_256 1886217 ns/iter (± 13919) 2005610 ns/iter (± 8239) 0.94
openslide_read_image_512 8138686 ns/iter (± 51129) 8539526 ns/iter (± 96620) 0.95
openslide_read_region_256 1815917 ns/iter (± 6713) 1930145 ns/iter (± 9087) 0.94
openslide_read_region_512 7850912 ns/iter (± 73987) 8227634 ns/iter (± 99781) 0.95

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

Please sign in to comment.