Skip to content

Commit

Permalink
Merge pull request #142 from vorner/dependabot/cargo/serde-1.0.214
Browse files Browse the repository at this point in the history
Bump serde from 1.0.200 to 1.0.214
  • Loading branch information
vorner authored Nov 3, 2024
2 parents a37dd7a + 6b4b04b commit d1ba1d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit d1ba1d3

@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: d1ba1d3 Previous: a37dd7a 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 52 ns/iter (± 3) 52 ns/iter (± 0) 1
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 10 ns/iter (± 0) 8 ns/iter (± 1) 1.25
concurrent_loads/load_full 10 ns/iter (± 0) 10 ns/iter (± 0) 1
concurrent_loads/load_many 14 ns/iter (± 0) 21 ns/iter (± 0) 0.67
concurrent_loads/store 579 ns/iter (± 12) 544 ns/iter (± 4) 1.06
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 45 ns/iter (± 2) 50 ns/iter (± 1) 0.90
concurrent_store/load_full 71 ns/iter (± 2) 57 ns/iter (± 4) 1.25
concurrent_store/load_many 78 ns/iter (± 0) 83 ns/iter (± 0) 0.94
concurrent_store/store 409 ns/iter (± 3) 581 ns/iter (± 5) 0.70
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
utilities/access-map 5 ns/iter (± 0) 4 ns/iter (± 0) 1.25

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

Please sign in to comment.