Skip to content

Commit

Permalink
Merge pull request #143 from vorner/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5.0.7

Bump codecov/codecov-action from 2.0.3 to 5.0.7
  • Loading branch information
vorner authored Dec 7, 2024
2 parents b224bbc + dccc0b7 commit dc4dd80
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 @@ -35,7 +35,7 @@ jobs:
timeout: 120

- name: Upload to codecov.io
uses: codecov/codecov-action@5a8bb4701eca7ba3673f21664b887f652c58d0a3
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

2 comments on commit dc4dd80

@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: dc4dd80 Previous: b224bbc Ratio
uncontended/load 5 ns/iter (± 0) 5 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 56 ns/iter (± 0) 54 ns/iter (± 0) 1.04
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 11 ns/iter (± 1) 11 ns/iter (± 0) 1
concurrent_loads/load_full 12 ns/iter (± 0) 12 ns/iter (± 0) 1
concurrent_loads/load_many 22 ns/iter (± 0) 23 ns/iter (± 0) 0.96
concurrent_loads/store 622 ns/iter (± 3) 509 ns/iter (± 1) 1.22
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 58 ns/iter (± 1) 57 ns/iter (± 1) 1.02
concurrent_store/load_full 79 ns/iter (± 12) 79 ns/iter (± 2) 1
concurrent_store/load_many 79 ns/iter (± 0) 77 ns/iter (± 0) 1.03
concurrent_store/store 419 ns/iter (± 4) 279 ns/iter (± 4) 1.50
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.

@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: dc4dd80 Previous: b224bbc Ratio
concurrent_store/store 419 ns/iter (± 4) 279 ns/iter (± 4) 1.50

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

CC: @vorner

Please sign in to comment.