Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Lower thread count for improved stability. (#98)
By reducing thread count to 10x CPUs we found that on the same instances we only lose about 4% of throughput but seem more than 40% improvement in latency. More importantly the variation between runs drops significantly. This variation was greater than 10% on Java 11 and 3% on Java 8. When lowered to 10x threads we see closer to 1% variation for both Java 11 and 8.
- Loading branch information