tag1consulting / goose

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

remove dependency on num_cpus #542

Closed jeremyandrews closed 1 year ago

jeremyandrews commented 1 year ago

Remove dependency on num_cpus instead using the built in available_parallelism (requiring at least Rust 1.59.0, though '1.64.0'+ is better as it added support for cgroup v1).