Skip to content

Commit

Permalink
refactor: move benches/ to top-level (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe authored Oct 13, 2024
1 parent 4b09090 commit 4a45ac6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[workspace]
members = ["examples", "fusio", "fusio-dispatch", "fusio-object-store", "fusio-parquet"]
members = [
"examples",
"fusio",
"fusio-dispatch",
"fusio-object-store",
"fusio-parquet",
]
resolver = "2"

[workspace.package]
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions fusio-dispatch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[package]
description = "Provides a dispatcher for Fusio file system."
edition.workspace = true
license.workspace = true
name = "fusio-dispatch"
Expand Down
2 changes: 1 addition & 1 deletion fusio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio-uring = ["async-stream", "completion-based", "dep:tokio-uring", "no-send"]
[[bench]]
harness = false
name = "tokio"
path = "benches/tokio.rs"
path = "../benches/tokio.rs"
required-features = ["tokio"]

[dependencies]
Expand Down

0 comments on commit 4a45ac6

Please sign in to comment.