Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent ed32077 commit f7ce4db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: google-github-actions/setup-gcloud@v2
- name: Cache sample slide
id: cache-slide
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/data/
key: slides-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: google-github-actions/setup-gcloud@v2
- name: Cache sample slide
id: cache-slide
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/data/
key: slides-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
- name: Cache sample slide
id: cache-slide
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/data/
key: slides-test
Expand Down

1 comment on commit f7ce4db

@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: f7ce4db Previous: 103c6b4 Ratio
philips_i2syntax_read_region_256_lvl_0 1349821 ns/iter (± 85999) 1329429 ns/iter (± 137760) 1.02
philips_i2syntax_read_region_256_lvl_1 1145389 ns/iter (± 40434) 1127453 ns/iter (± 102769) 1.02
philips_i2syntax_read_region_512_lvl_0 1563917 ns/iter (± 193830) 1614313 ns/iter (± 197786) 0.97
philips_i2syntax_read_region_512_lvl_1 7342112 ns/iter (± 196217) 7311980 ns/iter (± 2779377) 1.00
philips_read_region_256_lvl_0 501401 ns/iter (± 43180) 485226 ns/iter (± 52740) 1.03
philips_read_region_256_lvl_1 1239206 ns/iter (± 40420) 1270887 ns/iter (± 304937) 0.98
philips_read_region_512_lvl_0 3585893 ns/iter (± 160838) 3621540 ns/iter (± 969634) 0.99
philips_read_region_512_lvl_1 2762782 ns/iter (± 97258) 2805557 ns/iter (± 831096) 0.98

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

Please sign in to comment.