Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent e9860df commit 56bfcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
override: true
components: rustfmt, clippy
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install pre-commit
Expand Down

1 comment on commit 56bfcfd

@github-actions
Copy link

Choose a reason for hiding this comment

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

openslide-rs Benchmark

Benchmark suite Current: 56bfcfd Previous: e9860df Ratio
deepzoom_read_image_256 1234536 ns/iter (± 25430) 2220314 ns/iter (± 19490) 0.56
deepzoom_read_image_512 4944349 ns/iter (± 383619) 9070510 ns/iter (± 120998) 0.55
openslide_read_image_256 1197713 ns/iter (± 21322) 2130144 ns/iter (± 16286) 0.56
openslide_read_image_512 4946176 ns/iter (± 81608) 9106156 ns/iter (± 141167) 0.54
openslide_read_region_256 1143209 ns/iter (± 35169) 2052232 ns/iter (± 13522) 0.56
openslide_read_region_512 4728226 ns/iter (± 126050) 8818545 ns/iter (± 163831) 0.54

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

Please sign in to comment.