tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
809 stars 70 forks source link

Create new "ItemsPerSecond" data type for graph data collection #429

Open slashrsm opened 2 years ago

slashrsm commented 2 years ago

At the moment we use data structures like HashMap<String, TimeSeries<u32, u32>>, that store per-second counters. It would be better if we would create a dedicated data type, which would also encapsulate all logic related to it.

More info: https://github.com/tag1consulting/goose/pull/415#discussion_r842661269