Skip to content

Commit

Permalink
chore: remove unused bench
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jan 22, 2024
1 parent 8233b8a commit ae977b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
13 changes: 2 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sled = "0.34.7"

onagre-launcher-toolkit = "0.1.1"
structopt = { version = "^0", default-features = false, optional = true }
freedesktop-icons = "0.2.3"
freedesktop-icons = "0.2.4"

log = { version = "^0.4" }
systemd-journal-logger = "2.1.1"
Expand All @@ -53,14 +53,5 @@ regex = "1.8.4"
shell-words = "^1"

[dev-dependencies]
criterion = "0.4.0"
speculoos = "0.11.0"
pretty_assertions = "1.2.1"

[[bench]]
name = "icon"
harness = false

[[bench]]
name = "database"
harness = false
pretty_assertions = "1.2.1"
23 changes: 0 additions & 23 deletions benches/database.rs

This file was deleted.

14 changes: 0 additions & 14 deletions benches/icon.rs

This file was deleted.

0 comments on commit ae977b6

Please sign in to comment.