Skip to content

Commit

Permalink
Merge pull request #95 from oriontvv/add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
vorner committed Feb 19, 2024
2 parents 2a62e2b + 25ed82e commit 20a5b12
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly

1 comment on commit 20a5b12

@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: 20a5b12 Previous: 2a62e2b Ratio
uncontended/load 5 ns/iter (± 0) 21 ns/iter (± 1) 0.24
uncontended/load_full 9 ns/iter (± 0) 37 ns/iter (± 1) 0.24
uncontended/load_many 14 ns/iter (± 0) 59 ns/iter (± 4) 0.24
uncontended/store 54 ns/iter (± 0) 200 ns/iter (± 6) 0.27
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) NaN
concurrent_loads/load 5 ns/iter (± 0) 35 ns/iter (± 14) 0.14
concurrent_loads/load_full 9 ns/iter (± 0) 57 ns/iter (± 24) 0.16
concurrent_loads/load_many 14 ns/iter (± 0) 79 ns/iter (± 29) 0.18
concurrent_loads/store 579 ns/iter (± 7) 1187 ns/iter (± 586) 0.49
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) NaN
concurrent_store/load 53 ns/iter (± 1) 77 ns/iter (± 10) 0.69
concurrent_store/load_full 69 ns/iter (± 3) 115 ns/iter (± 17) 0.60
concurrent_store/load_many 87 ns/iter (± 0) 169 ns/iter (± 12) 0.51
concurrent_store/store 631 ns/iter (± 16) 913 ns/iter (± 85) 0.69
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.