Skip to content

Commit

Permalink
fix(deps): update cargo (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 9926ce4 commit 0443a65
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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
Expand Up @@ -25,7 +25,7 @@ image = { version = "0.25", optional = true, default-features = false, features
cxx-build = "1.0"

[dev-dependencies]
rstest = "0.21"
rstest = "0.22"
bencher = "0.1"

[[bench]]
Expand Down

1 comment on commit 0443a65

@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: 0443a65 Previous: 1434fba Ratio
philips_i2syntax_read_region_256_lvl_0 1457191 ns/iter (± 182899) 1348706 ns/iter (± 111890) 1.08
philips_i2syntax_read_region_256_lvl_1 1213488 ns/iter (± 47915) 1154580 ns/iter (± 48903) 1.05
philips_i2syntax_read_region_512_lvl_0 1616660 ns/iter (± 357952) 1548102 ns/iter (± 103913) 1.04
philips_i2syntax_read_region_512_lvl_1 7511756 ns/iter (± 411047) 7350613 ns/iter (± 276397) 1.02
philips_read_region_256_lvl_0 547177 ns/iter (± 38154) 503320 ns/iter (± 44012) 1.09
philips_read_region_256_lvl_1 1295543 ns/iter (± 47736) 1243362 ns/iter (± 126431) 1.04
philips_read_region_512_lvl_0 3674585 ns/iter (± 165419) 3530216 ns/iter (± 172752) 1.04
philips_read_region_512_lvl_1 3213826 ns/iter (± 145844) 2742363 ns/iter (± 110077) 1.17

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

Please sign in to comment.