Skip to content

Commit

Permalink
Dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Feb 23, 2024
1 parent fa0c5cf commit 94f3789
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

1 comment on commit 94f3789

@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: 94f3789 Previous: fa0c5cf Ratio
uncontended/load 6 ns/iter (± 0) 6 ns/iter (± 0) 1
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 53 ns/iter (± 0) 53 ns/iter (± 0) 1
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 12 ns/iter (± 0) 12 ns/iter (± 2) 1
concurrent_loads/load_full 12 ns/iter (± 0) 12 ns/iter (± 0) 1
concurrent_loads/load_many 23 ns/iter (± 0) 23 ns/iter (± 0) 1
concurrent_loads/store 529 ns/iter (± 1) 502 ns/iter (± 3) 1.05
concurrent_loads/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
concurrent_store/load 49 ns/iter (± 2) 58 ns/iter (± 1) 0.84
concurrent_store/load_full 72 ns/iter (± 3) 67 ns/iter (± 6) 1.07
concurrent_store/load_many 88 ns/iter (± 0) 90 ns/iter (± 0) 0.98
concurrent_store/store 607 ns/iter (± 4) 440 ns/iter (± 23) 1.38
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
utilities/access-map 6 ns/iter (± 0) 6 ns/iter (± 0) 1

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

Please sign in to comment.