mongodb / mongo-perf

performance tools for mongodb
351 stars 140 forks source link

SERVER-83288 Add perf test case for compound index #150

Closed leozzx closed 7 months ago

leozzx commented 8 months ago

Thanks for submitting a PR to the Mongo-Perf repo. Please include the following fields (if relevant) prior to submitting your PR.

Jira Ticket: SERVER-83288

Whats Changed: Add a new perf test case for compound index with two integer fields, the existing ones are with random doubles so that there isn't range scanning for the same first fields.

Related PRs: https://github.com/10gen/mongo/pull/19125

leozzx commented 7 months ago

evergreen merge