Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent eed57c0 commit d5fb44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cargo llvm-cov clean --workspace # remove artifacts that may affect the coverage results
cargo llvm-cov --no-report --workspace
cargo llvm-cov --no-run --workspace --lcov --output-path lcov.info
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
Expand Down

1 comment on commit d5fb44d

@github-actions
Copy link

Choose a reason for hiding this comment

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

philips-isyntax-rs Benchmark

Benchmark suite Current: d5fb44d Previous: af90e03 Ratio
philips_read_region_256_lvl_0 2429488 ns/iter (± 2080127) 1912436 ns/iter (± 1591339) 1.27
philips_read_region_256_lvl_1 4316347 ns/iter (± 1381700) 3892670 ns/iter (± 2101053) 1.11
philips_read_region_512_lvl_0 9766062 ns/iter (± 2216269) 8600595 ns/iter (± 1663767) 1.14
philips_read_region_512_lvl_1 8787792 ns/iter (± 2421245) 7665108 ns/iter (± 1465202) 1.15

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

Please sign in to comment.