Skip to content

Commit be5997a

Browse files
authored
cli: Remove benches (#1059)
* cli: Remove benches With the introduction of fuel based threshold tests, these benchmarks are proven to be less useful for devleopment. This removes the CLI benchmarks from the tree. * Remove reference to benches in CI * Remove unused dependencies * Update `Cargo.lock` * Update cargo vet to account for dependency changes
1 parent 4edaaed commit be5997a

File tree

21 files changed

+1574
-4561
lines changed

21 files changed

+1574
-4561
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ jobs:
8282
name: plugins
8383
path: target/
8484

85-
- name: Check benchmarks
86-
run: cargo check --package=javy-cli --release --benches
87-
8885
- name: Lint
8986
run: |
9087
cargo clippy --workspace \

0 commit comments

Comments
 (0)