Skip to content

Commit

Permalink
Use SPDX OR syntax in license (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Apr 19, 2024
1 parent dbf78a9 commit b8b92d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/AzHicham/philips-isyntax-rs"
readme = "README.md"
keywords = ["philips", "isyntax", "histopathology", "microscopy"]
categories = ["science", "external-ffi-bindings"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[features]
default = ["image"]
Expand Down

1 comment on commit b8b92d7

@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: b8b92d7 Previous: 9e694fc Ratio
philips_i2syntax_read_region_256_lvl_0 1310256 ns/iter (± 93409) 1361891 ns/iter (± 76063) 0.96
philips_i2syntax_read_region_256_lvl_1 1115639 ns/iter (± 93039) 1147648 ns/iter (± 43721) 0.97
philips_i2syntax_read_region_512_lvl_0 1522130 ns/iter (± 169897) 1549847 ns/iter (± 141733) 0.98
philips_i2syntax_read_region_512_lvl_1 7286681 ns/iter (± 354220) 7355443 ns/iter (± 459542) 0.99
philips_read_region_256_lvl_0 480349 ns/iter (± 46873) 496670 ns/iter (± 47639) 0.97
philips_read_region_256_lvl_1 1201684 ns/iter (± 76495) 1236074 ns/iter (± 61037) 0.97
philips_read_region_512_lvl_0 3441549 ns/iter (± 240564) 3520619 ns/iter (± 151127) 0.98
philips_read_region_512_lvl_1 2698710 ns/iter (± 103766) 2711385 ns/iter (± 74091) 1.00

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

Please sign in to comment.