lordmauve / chopsticks

Chopsticks is an orchestration library: it lets you execute Python code on remote hosts over SSH.
https://chopsticks.readthedocs.io/
Apache License 2.0
158 stars 16 forks source link

Create a benchmark suite #44

Open lordmauve opened 7 years ago

lordmauve commented 7 years ago

In order to check for Chopsticks' IO performance, and catch regressions, we should create a suite of realistic tasks that can act as a stable benchmark.

This would allow us to tune for performance. There is plenty of scope for this - consider approaches like serialising messages only once across all hosts, or pipelining requests.