Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 11, 2024
1 parent ef04238 commit 3bd961a
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 114 deletions.
149 changes: 144 additions & 5 deletions horaedb/Cargo.lock

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

1 change: 1 addition & 0 deletions horaedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ lazy_static = "1"
tracing = "0.1"
tracing-subscriber = "0.3"
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
test-log = "0.2"

# This profile optimizes for good runtime performance.
[profile.release]
Expand Down
1 change: 1 addition & 0 deletions horaedb/metric_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ tracing = { workspace = true }

[dev-dependencies]
temp-dir = { workspace = true }
test-log = { workspace = true, features = ["trace"] }
Loading

0 comments on commit 3bd961a

Please sign in to comment.