Skip to content

Commit

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

Bump codecov/codecov-action from 5.0.7 to 5.3.1
  • Loading branch information
vorner authored Feb 22, 2025
2 parents dc4dd80 + db4fb22 commit f5927e1
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@015f24e6818733317a2da2edd6290ab26238649a
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

1 comment on commit f5927e1

@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: f5927e1 Previous: dc4dd80 Ratio
uncontended/load 5 ns/iter (± 0) 5 ns/iter (± 0) 1
uncontended/load_full 10 ns/iter (± 0) 9 ns/iter (± 0) 1.11
uncontended/load_many 14 ns/iter (± 0) 14 ns/iter (± 0) 1
uncontended/store 52 ns/iter (± 0) 56 ns/iter (± 0) 0.93
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 9 ns/iter (± 0) 11 ns/iter (± 1) 0.82
concurrent_loads/load_full 10 ns/iter (± 0) 12 ns/iter (± 0) 0.83
concurrent_loads/load_many 14 ns/iter (± 0) 22 ns/iter (± 0) 0.64
concurrent_loads/store 510 ns/iter (± 3) 622 ns/iter (± 3) 0.82
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 50 ns/iter (± 1) 58 ns/iter (± 1) 0.86
concurrent_store/load_full 76 ns/iter (± 1) 79 ns/iter (± 12) 0.96
concurrent_store/load_many 80 ns/iter (± 0) 79 ns/iter (± 0) 1.01
concurrent_store/store 332 ns/iter (± 4) 419 ns/iter (± 4) 0.79
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.