Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite of shoot to use the Goose load testing framework (#40)
* Replace dotenv with dotenvy * Remove statrs dep This dependancy has not been mantained for over a year and is only used to calculate a mean * Minor refactors * Remove `num_cpus` dep * Goose reimpl of shoot, rough first draft * Goose rewrite of shoot * Make transaction verification be in the same GooseAttack as creation and refactoring * Rounding down with warning * Replace unwrap with expect for user.get_session_data_mut * Remove unneccessary transaction macros and boxing * Clarify goose iteration truncation code * Fix bug * cargo fmt
- Loading branch information