Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AzHicham committed Feb 27, 2024
1 parent 79e13a3 commit 59e9d28
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 @@ -45,7 +45,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 59e9d28

@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: 59e9d28 Previous: 79e13a3 Ratio
philips_i2syntax_read_region_256_lvl_0 1332612 ns/iter (± 348406) 1334999 ns/iter (± 94837) 1.00
philips_i2syntax_read_region_256_lvl_1 1140029 ns/iter (± 50548) 1141474 ns/iter (± 36757) 1.00
philips_i2syntax_read_region_512_lvl_0 1536534 ns/iter (± 49797) 1535799 ns/iter (± 59398) 1.00
philips_i2syntax_read_region_512_lvl_1 7289463 ns/iter (± 253065) 7303509 ns/iter (± 296813) 1.00
philips_read_region_256_lvl_0 494270 ns/iter (± 43546) 494481 ns/iter (± 40350) 1.00
philips_read_region_256_lvl_1 1229988 ns/iter (± 45411) 1235180 ns/iter (± 54464) 1.00
philips_read_region_512_lvl_0 3509171 ns/iter (± 173308) 3540349 ns/iter (± 178855) 0.99
philips_read_region_512_lvl_1 2739644 ns/iter (± 86789) 2740273 ns/iter (± 115621) 1.00

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

Please sign in to comment.