chore: remove criterion bench dependency from gui app

This removes the `bench.rs` and `criterion` dependencies, which failed to compile in offline flatpak builds.

CI build is now fixed.

Co-authored-by: arabianq <55220741+arabianq@users.noreply.github.com>
This commit is contained in:
google-labs-jules[bot]
2026-06-13 16:56:03 +00:00
parent a36a82a276
commit b824c88d01
4 changed files with 217 additions and 695 deletions
-7
View File
@@ -34,9 +34,6 @@ sys-locale.workspace = true
reqwest.workspace = true
percent-encoding.workspace = true
[dev-dependencies]
criterion = "0.8.2"
[package.metadata.deb]
assets = [
[
@@ -70,7 +67,3 @@ assets = [
"644",
],
]
[[bench]]
name = "bench"
harness = false