Skip to content

Commit

Permalink
fix(deps): update cargo (#161)
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 Sep 30, 2024
1 parent bacd566 commit 786ecba
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
128 changes: 64 additions & 64 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 @@ -27,7 +27,7 @@ fast_image_resize = { version = "4.2.1", optional = true }
cxx-build = "1.0"

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

[[bench]]
Expand Down

1 comment on commit 786ecba

@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: 786ecba Previous: bacd566 Ratio
philips_i2syntax_read_region_256_lvl_0 1353626 ns/iter (± 82528) 1372963 ns/iter (± 138416) 0.99
philips_i2syntax_read_region_256_lvl_1 1154164 ns/iter (± 33734) 1167142 ns/iter (± 38578) 0.99
philips_i2syntax_read_region_512_lvl_0 1554132 ns/iter (± 42323) 1562014 ns/iter (± 92833) 0.99
philips_i2syntax_read_region_512_lvl_1 7354295 ns/iter (± 352248) 7414292 ns/iter (± 288980) 0.99
philips_read_region_256_lvl_0 506596 ns/iter (± 37989) 515396 ns/iter (± 30247) 0.98
philips_read_region_256_lvl_1 1249950 ns/iter (± 50311) 1277157 ns/iter (± 47613) 0.98
philips_read_region_512_lvl_0 3530445 ns/iter (± 215280) 3597811 ns/iter (± 128450) 0.98
philips_read_region_512_lvl_1 3095012 ns/iter (± 125417) 3162407 ns/iter (± 120204) 0.98

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

Please sign in to comment.