Skip to content

Commit

Permalink
ci: fix clippy workflow & remove audit workflow (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham authored Nov 15, 2024
1 parent 45a5379 commit c2b03b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/audit.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
Clippy suggests the following changes
labels: not_in_changelog
branch: auto/clippy
base: main
base: develop
- name: Check outputs
if: ${{ success() }}
run: |
Expand Down

1 comment on commit c2b03b7

@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: c2b03b7 Previous: 45a5379 Ratio
philips_i2syntax_read_region_256_lvl_0 1381819 ns/iter (± 144933) 1350455 ns/iter (± 114058) 1.02
philips_i2syntax_read_region_256_lvl_1 1182079 ns/iter (± 73302) 1155871 ns/iter (± 34276) 1.02
philips_i2syntax_read_region_512_lvl_0 1581996 ns/iter (± 146351) 1554796 ns/iter (± 154485) 1.02
philips_i2syntax_read_region_512_lvl_1 7422209 ns/iter (± 471053) 7373651 ns/iter (± 201117) 1.01
philips_read_region_256_lvl_0 519801 ns/iter (± 55304) 500856 ns/iter (± 38552) 1.04
philips_read_region_256_lvl_1 1263448 ns/iter (± 75163) 1239877 ns/iter (± 60175) 1.02
philips_read_region_512_lvl_0 3603442 ns/iter (± 337247) 3550027 ns/iter (± 143795) 1.02
philips_read_region_512_lvl_1 2844287 ns/iter (± 166564) 2755966 ns/iter (± 252956) 1.03

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

Please sign in to comment.