This commit is contained in:
Eliot Horowitz
2011-05-08 16:10:57 -04:00
parent dac8ee20de
commit ccbfb35a9d

View File

@@ -30,13 +30,6 @@
namespace mongo {
/**
* benchQuery( "foo" , { _id : 1 } )
*/
BSONObj benchQuery( const BSONObj& args ) {
return BSONObj();
}
struct BenchRunConfig {
BenchRunConfig() {
host = "localhost";