Skip to content

Commit

Permalink
fix: update minimum Rust verison
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham committed Sep 10, 2024
1 parent 5042213 commit bfa4050
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.72.1
RUST_VERSION: 1.75.0

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

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.73.0
RUST_VERSION: 1.75.0

jobs:
coverage:
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.72.1
RUST_VERSION: 1.75.0

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 @@ -11,7 +11,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.72.1
RUST_VERSION: 1.75.0

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["philips", "isyntax", "histopathology", "microscopy"]
categories = ["science", "external-ffi-bindings"]
license = "MIT OR Apache-2.0"
rust-version = "1.75.0"

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

1 comment on commit bfa4050

@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: bfa4050 Previous: b9ce7e4 Ratio
philips_i2syntax_read_region_256_lvl_0 1412270 ns/iter (± 62346) 1346523 ns/iter (± 75422) 1.05
philips_i2syntax_read_region_256_lvl_1 1159410 ns/iter (± 68066) 1139564 ns/iter (± 39583) 1.02
philips_i2syntax_read_region_512_lvl_0 1548425 ns/iter (± 62419) 1541889 ns/iter (± 152716) 1.00
philips_i2syntax_read_region_512_lvl_1 7328200 ns/iter (± 306020) 7296017 ns/iter (± 262973) 1.00
philips_read_region_256_lvl_0 496517 ns/iter (± 36965) 493832 ns/iter (± 39938) 1.01
philips_read_region_256_lvl_1 1231938 ns/iter (± 77419) 1237506 ns/iter (± 40077) 1.00
philips_read_region_512_lvl_0 3516623 ns/iter (± 186623) 3512392 ns/iter (± 120668) 1.00
philips_read_region_512_lvl_1 2741562 ns/iter (± 149690) 2714711 ns/iter (± 114480) 1.01

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

Please sign in to comment.