mongodb / mongo-perf

performance tools for mongodb
350 stars 139 forks source link

SERVER-84724 Reduce collection size to stop mongo-perf $in benchmarks from timing out #148

Closed henrinikku closed 8 months ago

henrinikku commented 8 months ago

Jira Ticket: SERVER-84724

Whats Changed: Reduce collection size to stop mongo-perf $in benchmarks from timing out. query_read_commands is currently timing out on Bonsai variants due to this. Once the $in regressions are fixed, we can try increasing the size back to 1M docs.

Patch testing results: patch 1 patch 2 patch 3 patch 4

henrinikku commented 8 months ago

All patches passed in way under 6h.