Skip to content

Commit

Permalink
chore: Update Rust toolchain (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham authored Sep 21, 2023
1 parent d5fb44d commit 16418a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.68.2
RUST_VERSION: 1.72.1

jobs:
benchmarks:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.68.2
RUST_VERSION: 1.72.1

jobs:
coverage:
Expand Down 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@v4
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.68.2
RUST_VERSION: 1.72.1

jobs:
validate:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.68.2
RUST_VERSION: 1.72.1

jobs:
build:
Expand Down

1 comment on commit 16418a5

@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: 16418a5 Previous: 67605fe Ratio
philips_read_region_256_lvl_0 1362704 ns/iter (± 1519350) 1644596 ns/iter (± 1042497) 0.83
philips_read_region_256_lvl_1 2886680 ns/iter (± 1167464) 2913410 ns/iter (± 1288740) 0.99
philips_read_region_512_lvl_0 6353864 ns/iter (± 1083218) 6811052 ns/iter (± 706324) 0.93
philips_read_region_512_lvl_1 5634727 ns/iter (± 1137942) 6000534 ns/iter (± 841452) 0.94

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

Please sign in to comment.