Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite of shoot to use the Goose load testing framework #40

Merged
merged 13 commits into from
Feb 12, 2024
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ opt-level = 3
# Starknet dependencies
starknet = "0.6.0"

num_cpus = "1.0"
goose = "0.17.2"
env_logger = "0.10.0"
log = "0.4.17"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
clap = { version = "4.2.7", features = ["derive"] }
color-eyre = "0.6.2"
config = "0.13.3"
dotenv = "0.15.0"
dotenvy = "0.15.7"
serde = "1.0.163"
serde_derive = "1.0.163"
serde_json = { version = "1.0.96", features = ["preserve_order"] }
Expand All @@ -33,4 +33,4 @@ rand = { version = "0.8.5", features = ["rand_chacha"] }
lazy_static = "1.4.0"
colored = "2.0.4"
sysinfo = "0.29.8"
statrs = "0.16.0"
crossbeam-queue = "0.3.11"
Loading
Loading