issues
search
tag1consulting
/
goose
Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
812
stars
71
forks
source link
document why we're not awaiting
#539
Closed
jeremyandrews
closed
1 year ago
jeremyandrews
commented
1 year ago
address clippy false-positive with
https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_future
(it suggested we had a missing await, but in this case we don't want to await tokio::spawn as we're intentionally starting a new thread but don't need to do anything with the JoinHandle)
remove unused constants (cut and paste cruft)