Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ opentelemetry-otlp = { version = "0.32", default-features = false, features = ["
tracing-opentelemetry = { version = "0.33", default-features = false }
mimalloc = "0.1.52"

# `harness = false` throughout: these take shape flags rather than libtest
# filters. Bootstrap pump + drain needs no PG and no CH; oracle batch needs
# a shadow PG for its roundtrip stage only
[[bench]]
name = "bootstrap_pump"
harness = false

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

[dev-dependencies]
tempfile = "3"
# Enable paused time for batch deadline tests
Expand Down
Loading