Skip to content

Commit

Permalink
GH: Update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Sep 12, 2021
1 parent d57e1ea commit a87221b
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@239febf655bba88b16ff5dea1d3135ea8663a1f9
uses: codecov/codecov-action@5a8bb4701eca7ba3673f21664b887f652c58d0a3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

1 comment on commit a87221b

@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: a87221b Previous: d57e1ea Ratio
uncontended/load 20 ns/iter (± 1) 22 ns/iter (± 1) 0.91
uncontended/load_full 33 ns/iter (± 2) 33 ns/iter (± 1) 1
uncontended/load_many 44 ns/iter (± 2) 50 ns/iter (± 1) 0.88
uncontended/store 126 ns/iter (± 7) 147 ns/iter (± 4) 0.86
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) NaN
concurrent_loads/load 27 ns/iter (± 11) 25 ns/iter (± 12) 1.08
concurrent_loads/load_full 54 ns/iter (± 18) 42 ns/iter (± 16) 1.29
concurrent_loads/load_many 74 ns/iter (± 25) 70 ns/iter (± 24) 1.06
concurrent_loads/store 1010 ns/iter (± 365) 1250 ns/iter (± 447) 0.81
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) NaN
concurrent_store/load 87 ns/iter (± 6) 102 ns/iter (± 7) 0.85
concurrent_store/load_full 130 ns/iter (± 11) 163 ns/iter (± 8) 0.80
concurrent_store/load_many 143 ns/iter (± 13) 177 ns/iter (± 14) 0.81
concurrent_store/store 973 ns/iter (± 70) 1320 ns/iter (± 40) 0.74
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1

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

Please sign in to comment.