Skip to content

Commit

Permalink
chore: remove now-useless benches
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jan 2, 2025
1 parent 3947043 commit 5f85c3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 80 deletions.
8 changes: 0 additions & 8 deletions .deepsource.toml

This file was deleted.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ authors = [
"pyke.io <[email protected]>",
"Nicolas Bigaouette <[email protected]>"
]
include = [ "src/", "benches/", "LICENSE-APACHE", "LICENSE-MIT", "README.md" ]
include = [ "src/", "LICENSE-APACHE", "LICENSE-MIT", "README.md" ]

[profile.release]
opt-level = 3
Expand Down Expand Up @@ -101,7 +101,3 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "
glassbench = "0.4"
tokio = { version = "1.36", features = [ "test-util" ] }
tokio-test = "0.4.3"

[[bench]]
name = "squeezenet"
harness = false
67 changes: 0 additions & 67 deletions benches/squeezenet.rs

This file was deleted.

0 comments on commit 5f85c3c

Please sign in to comment.