Skip to content

Commit

Permalink
Merge pull request #100 from vorner/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 2 to 4
  • Loading branch information
vorner committed Feb 23, 2024
2 parents 79c22b6 + 5760fc8 commit 1919930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: Swatinem/rust-cache@v1

- name: Restore previous benchmark data
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./bench-cache
key: ${{ runner.os }}-benchmark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down

2 comments on commit 1919930

@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: 1919930 Previous: 79c22b6 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 (± 0) 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 492 ns/iter (± 2) 492 ns/iter (± 3) 1
concurrent_loads/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
concurrent_store/load 56 ns/iter (± 3) 58 ns/iter (± 2) 0.97
concurrent_store/load_full 74 ns/iter (± 2) 77 ns/iter (± 2) 0.96
concurrent_store/load_many 86 ns/iter (± 1) 88 ns/iter (± 0) 0.98
concurrent_store/store 489 ns/iter (± 2) 312 ns/iter (± 19) 1.57
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.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Track benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 1919930 Previous: 79c22b6 Ratio
concurrent_store/store 489 ns/iter (± 2) 312 ns/iter (± 19) 1.57

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

CC: @vorner

Please sign in to comment.