Skip to content

Commit

Permalink
Fix to make benchmark code build and run (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhanhui authored Dec 10, 2022
1 parent 0494f46 commit 7225d3d
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 99 deletions.
211 changes: 118 additions & 93 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ members = [
"config"
]

[workspace.dependencies]
monoio = { version = "0.0" }

[profile.release]
lto = true
debug = false
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
config = {path="../config"}

monoio = {path="../../monoio/monoio"}
monoio = { workspace = true }
local-sync = "0.0.5"
Loading

0 comments on commit 7225d3d

Please sign in to comment.