mongodb / mongo-perf

performance tools for mongodb
351 stars 140 forks source link

SERVER-51562: Add tests that use $subtract and $multiply #103

Closed Fefer-Ivan closed 2 years ago

Fefer-Ivan commented 2 years ago

Add ProjectWithArithExpressions to pipelines.js Add ProjectWithArithExpressions2 that has more operators than ProjectWithArithExpressions to simple_query.js

mtandrei commented 2 years ago

I think I'm on the same page as Dave here; there's no problem adding this benchmark as is, however, the best way to test the performance of $subtract is through the google microbenchmarks.

Fefer-Ivan commented 2 years ago

I have added micro-benchmarks for $subtract in this PR: https://github.com/10gen/mongo/pull/7705 Looks like tests in mongo-perf are not needed. Closing thing PR.