add complete binary and benchmarking
This commit is contained in:
21
Cargo.toml
21
Cargo.toml
@@ -2,6 +2,7 @@
|
||||
resolver = "2"
|
||||
members = [
|
||||
"bin/coordinator",
|
||||
"bin/horus",
|
||||
"bin/osiris",
|
||||
"bin/runners/osiris",
|
||||
"bin/runners/sal",
|
||||
@@ -35,6 +36,26 @@ lazy_static = { workspace = true }
|
||||
escargot = "0.5"
|
||||
ctrlc = "3.4"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.5", features = ["async_tokio", "html_reports"] }
|
||||
osiris-client = { path = "lib/clients/osiris" }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
serde_json = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
||||
[[bench]]
|
||||
name = "horus_stack"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "stress_test"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "memory_usage"
|
||||
harness = false
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
Reference in New Issue
Block a user