Skip to content

Commit

Permalink
chore(deps): update rust crate rstest to 0.19 (#138)
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 Apr 11, 2024
1 parent c7d0353 commit f39adf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.18"
rstest = "0.19"
bencher = "0.1"

[[bench]]
Expand Down

1 comment on commit f39adf3

@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: f39adf3 Previous: a1cd9b9 Ratio
philips_i2syntax_read_region_256_lvl_0 1355165 ns/iter (± 62417) 1340378 ns/iter (± 86848) 1.01
philips_i2syntax_read_region_256_lvl_1 1150644 ns/iter (± 42863) 1142518 ns/iter (± 65130) 1.01
philips_i2syntax_read_region_512_lvl_0 1552237 ns/iter (± 63744) 1534244 ns/iter (± 176884) 1.01
philips_i2syntax_read_region_512_lvl_1 7365898 ns/iter (± 674819) 7406211 ns/iter (± 257360) 0.99
philips_read_region_256_lvl_0 503995 ns/iter (± 43356) 512440 ns/iter (± 214890) 0.98
philips_read_region_256_lvl_1 1258327 ns/iter (± 40035) 1254538 ns/iter (± 90042) 1.00
philips_read_region_512_lvl_0 3569767 ns/iter (± 171494) 3552575 ns/iter (± 166709) 1.00
philips_read_region_512_lvl_1 2749774 ns/iter (± 93021) 3133384 ns/iter (± 239092) 0.88

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

Please sign in to comment.