Skip to content

Commit

Permalink
More dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Feb 20, 2024
1 parent 96583fe commit a6d4b0e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 70 deletions.
118 changes: 50 additions & 68 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ serde = { version = "1", features = ["rc"], optional = true }

[dev-dependencies]
adaptive-barrier = "~1"
criterion = "~0.4"
criterion = "~0.5"
crossbeam-utils = "~0.8"
itertools = "0.10"
itertools = "0.12"
num_cpus = "~1"
once_cell = "~1"
parking_lot = "~0.12"
Expand Down

1 comment on commit a6d4b0e

@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: a6d4b0e Previous: 96583fe Ratio
uncontended/load 6 ns/iter (± 0) 5 ns/iter (± 0) 1.20
uncontended/load_full 9 ns/iter (± 0) 9 ns/iter (± 0) 1
uncontended/load_many 16 ns/iter (± 0) 14 ns/iter (± 0) 1.14
uncontended/store 53 ns/iter (± 0) 55 ns/iter (± 0) 0.96
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) NaN
concurrent_loads/load 12 ns/iter (± 0) 11 ns/iter (± 0) 1.09
concurrent_loads/load_full 12 ns/iter (± 0) 9 ns/iter (± 0) 1.33
concurrent_loads/load_many 24 ns/iter (± 0) 22 ns/iter (± 0) 1.09
concurrent_loads/store 511 ns/iter (± 6) 561 ns/iter (± 12) 0.91
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) NaN
concurrent_store/load 50 ns/iter (± 1) 48 ns/iter (± 0) 1.04
concurrent_store/load_full 72 ns/iter (± 2) 67 ns/iter (± 1) 1.07
concurrent_store/load_many 88 ns/iter (± 0) 86 ns/iter (± 0) 1.02
concurrent_store/store 559 ns/iter (± 8) 612 ns/iter (± 4) 0.91
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1

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

Please sign in to comment.