mongodb / mongo-perf

performance tools for mongodb
351 stars 140 forks source link

SSL support? #59

Open lihan opened 5 years ago

lihan commented 5 years ago

Looks like SSL connection is not supported?

henrikingo commented 5 years ago

Hi @lihan

We use these tests for small microbenchmarks, so we turn off a lot of features ranging from SSL to logging. This is to avoid overhead and noise that they might cause.

That said, I think the underlying benchrun() command that is used for these tests might support SSL. But I'm not personally aware of how you might be able to use it, and as you point out, the tests in this repo don't use it.