mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Not hitting minimal QPS is expected to be caused by introduction of compation. Let's avoid it for high throughput test cases. Reducing number of clients to avoid linearization timeouts. Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>