Skip to content

Commit

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

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
vorner authored Feb 23, 2024
2 parents 1f0bc08 + 05be2b4 commit 79c22b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml
Expand Down

2 comments on commit 79c22b6

@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: 79c22b6 Previous: 1f0bc08 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) 6 ns/iter (± 0) 2
concurrent_loads/load_full 12 ns/iter (± 0) 9 ns/iter (± 1) 1.33
concurrent_loads/load_many 23 ns/iter (± 0) 23 ns/iter (± 0) 1
concurrent_loads/store 492 ns/iter (± 3) 567 ns/iter (± 1) 0.87
concurrent_loads/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
concurrent_store/load 58 ns/iter (± 2) 39 ns/iter (± 1) 1.49
concurrent_store/load_full 77 ns/iter (± 2) 59 ns/iter (± 3) 1.31
concurrent_store/load_many 88 ns/iter (± 0) 79 ns/iter (± 0) 1.11
concurrent_store/store 312 ns/iter (± 19) 527 ns/iter (± 2) 0.59
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: 79c22b6 Previous: 1f0bc08 Ratio
concurrent_loads/load 12 ns/iter (± 0) 6 ns/iter (± 0) 2

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

CC: @vorner

Please sign in to comment.