Skip to content

Commit

Permalink
ci: Run tests for feature openslide4
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham committed Dec 10, 2023
1 parent 1152138 commit c0686ad
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 @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-22.04", "ubuntu-20.04", "macos-12" ]
feature: [ "--no-default-features", "--features deepzoom", "--features image" ]
feature: [ "--no-default-features", "--features deepzoom", "--features image", "--features openslide4,deepzoom", ]

steps:
- uses: actions/checkout@v4
Expand Down

1 comment on commit c0686ad

@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: c0686ad Previous: 7c985b8 Ratio
deepzoom_read_image_256 1190552 ns/iter (± 92101) 1174302 ns/iter (± 11447) 1.01
deepzoom_read_image_256_arc 1189324 ns/iter (± 17764) 1174659 ns/iter (± 7570) 1.01
deepzoom_read_image_256_recreate_dz 1191662 ns/iter (± 17548) 1174543 ns/iter (± 8843) 1.01
deepzoom_read_image_512 4771978 ns/iter (± 69682) 4711938 ns/iter (± 27639) 1.01
deepzoom_read_image_512_arc 4772319 ns/iter (± 121291) 4706373 ns/iter (± 31408) 1.01
deepzoom_read_image_512_recreate_dz 4773284 ns/iter (± 73877) 4719271 ns/iter (± 74539) 1.01
openslide_read_image_256 1153058 ns/iter (± 13679) 1137802 ns/iter (± 6162) 1.01
openslide_read_image_512 4789162 ns/iter (± 42507) 4728590 ns/iter (± 34941) 1.01
openslide_read_region_256 1094682 ns/iter (± 7164) 1086059 ns/iter (± 10252) 1.01
openslide_read_region_512 4553800 ns/iter (± 21207) 4513591 ns/iter (± 13993) 1.01

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

Please sign in to comment.