Skip to content

Commit

Permalink
build: ignore criterion in hakari (#9734)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored May 10, 2023
1 parent 8874bf5 commit e6dc622
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ workspace-members = [
"risingwave_object_store",
"risingwave_bench",
]
third-party = [{ name = "opendal" }]
third-party = [{ name = "opendal" }, { name = "criterion" }]
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4", features = ["derive", "env"] }
clap_builder = { version = "4", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
combine = { version = "4" }
criterion = { version = "0.4", features = ["async_futures", "async_tokio"] }
crossbeam-epoch = { version = "0.9" }
crossbeam-utils = { version = "0.8" }
either = { version = "1" }
Expand Down Expand Up @@ -114,7 +113,6 @@ chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4", features = ["derive", "env"] }
clap_builder = { version = "4", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
combine = { version = "4" }
criterion = { version = "0.4", features = ["async_futures", "async_tokio"] }
crossbeam-epoch = { version = "0.9" }
crossbeam-utils = { version = "0.8" }
either = { version = "1" }
Expand Down

0 comments on commit e6dc622

Please sign in to comment.