mongodb / mongo-perf

performance tools for mongodb
350 stars 139 forks source link

PERF-3797 CWI.insert: add core and regression tags #123

Closed aligusnet closed 1 year ago

aligusnet commented 1 year ago

Thanks you for the review, Alya. Inside one filter patameter it is "OR", and "AND" between filter parameters. So let's say we have filter1 = "compound-wildcard-insert" and filter2: "core regression" it effectively will be (tags.contains("compound-wildcard-insert")) && (tags.constains("core") || tags.constains("regression"))