Skip to content

Commit 2c1f09b

Browse files
committed
Modify initial test framework
1 parent 86f6fc2 commit 2c1f09b

File tree

6 files changed

+609
-161
lines changed

6 files changed

+609
-161
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

optd-cost-model/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ chrono = "0.4"
1717
itertools = "0.13"
1818
assert_approx_eq = "1.1.0"
1919
trait-variant = "0.1.2"
20+
tokio = { version = "1.0.1", features = ["macros", "rt-multi-thread"] }
2021

2122
[dev-dependencies]
2223
crossbeam = "0.8"

0 commit comments

Comments
 (0)