Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Jan 28, 2025
1 parent 5b5a0a6 commit 2e99e55
Show file tree
Hide file tree
Showing 8 changed files with 462 additions and 10 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions crates/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ harness = false
name = "subscription"
harness = false

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

[[bin]]
name = "summarize"

Expand Down Expand Up @@ -57,11 +61,13 @@ rusqlite.workspace = true
serde.workspace = true
serde_json.workspace = true
serial_test.workspace = true
smallvec.workspace = true
tempdir.workspace = true
tokio.workspace = true
tracing-subscriber.workspace = true
walkdir.workspace = true
itertools.workspace = true
foldhash = "0.1.4"

[target.'cfg(target_os = "linux")'.dependencies]
# only try to build these on linux
Expand Down
Loading

0 comments on commit 2e99e55

Please sign in to comment.