Probably not a major factor but I'm curious to know why mongoose was thrown into the mix for the node.js test rather than going with the native mongo driver.
It might be more of a real world test to include mongoose with the node+express test, but for the node-only test the native driver might be more appropriate.
We wanted to use an ORM in all cases, it was only recently that we started working on native mysql access. We hope to add native mongodb results as well.
It might be more of a real world test to include mongoose with the node+express test, but for the node-only test the native driver might be more appropriate.