Skip to content

Commit

Permalink
Merge pull request #114 from vorner/dependabot/github_actions/Swatine…
Browse files Browse the repository at this point in the history
…m/rust-cache-2

Bump Swatinem/rust-cache from 1 to 2
  • Loading branch information
vorner authored Apr 10, 2024
2 parents 84bcace + d020b20 commit f7b8753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
default: true

- name: Restore cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Build & test
env:
Expand Down

1 comment on commit f7b8753

@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: f7b8753 Previous: 84bcace 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 (± 2) 12 ns/iter (± 0) 1
concurrent_loads/load_full 9 ns/iter (± 0) 14 ns/iter (± 0) 0.64
concurrent_loads/load_many 24 ns/iter (± 0) 24 ns/iter (± 0) 1
concurrent_loads/store 530 ns/iter (± 4) 549 ns/iter (± 6) 0.97
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 50 ns/iter (± 1) 49 ns/iter (± 0) 1.02
concurrent_store/load_full 67 ns/iter (± 1) 52 ns/iter (± 0) 1.29
concurrent_store/load_many 83 ns/iter (± 3) 87 ns/iter (± 1) 0.95
concurrent_store/store 534 ns/iter (± 8) 593 ns/iter (± 3) 0.90
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.