Skip to content

Commit

Permalink
Allow to specify request per second, time, ramp up 32 users per second.
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiPolo committed Jul 23, 2020
1 parent 331895a commit 7ef178e
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 137 deletions.
152 changes: 70 additions & 82 deletions Cargo.lock

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

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ lazy_static = "*"
tokio = { version = "0.2", features = ["full"] }
#mauth-client = { path = "../mauth-client-rust"}
hyper = "*"
goose = { version = "0.8", default-features = false, features = ["rustls"] }

[dependencies.goose]
version = "0.9.0"
default-features = false
features = ["rustls"]
#git = "https://github.com/tag1consulting/goose"


[profile.dev]
Expand All @@ -51,4 +56,6 @@ debug = 0
[profile.release]
opt-level = 3
lto = true
codegen-units = 1 # better optimizations
incremental = false
panic = 'abort'
Loading

0 comments on commit 7ef178e

Please sign in to comment.