Skip to content

Commit

Permalink
Merge pull request #135 from vorner/dependabot/cargo/serde_test-1.0.177
Browse files Browse the repository at this point in the history
Bump serde_test from 1.0.176 to 1.0.177
  • Loading branch information
vorner authored Nov 3, 2024
2 parents 4983407 + cf8242f commit 80120ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -38,7 +38,7 @@ once_cell = "~1"
parking_lot = "~0.12"
proptest = "1"
serde_derive = "1.0.130"
serde_test = "1.0.130"
serde_test = "1.0.177"

[profile.bench]
debug = true
Expand Down

1 comment on commit 80120ce

@github-actions
Copy link

Choose a reason for hiding this comment

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

Track benchmarks

Benchmark suite Current: 80120ce Previous: 4983407 Ratio
uncontended/load 5 ns/iter (± 0) 4 ns/iter (± 0) 1.25
uncontended/load_full 9 ns/iter (± 0) 9 ns/iter (± 0) 1
uncontended/load_many 14 ns/iter (± 0) 14 ns/iter (± 0) 1
uncontended/store 55 ns/iter (± 1) 51 ns/iter (± 0) 1.08
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 9 ns/iter (± 0) 9 ns/iter (± 0) 1
concurrent_loads/load_full 10 ns/iter (± 0) 10 ns/iter (± 0) 1
concurrent_loads/load_many 21 ns/iter (± 0) 21 ns/iter (± 0) 1
concurrent_loads/store 528 ns/iter (± 1) 622 ns/iter (± 9) 0.85
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 49 ns/iter (± 3) 47 ns/iter (± 2) 1.04
concurrent_store/load_full 71 ns/iter (± 2) 70 ns/iter (± 1) 1.01
concurrent_store/load_many 80 ns/iter (± 0) 82 ns/iter (± 0) 0.98
concurrent_store/store 288 ns/iter (± 6) 342 ns/iter (± 5) 0.84
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
utilities/access-map 5 ns/iter (± 0) 5 ns/iter (± 0) 1

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

Please sign in to comment.