Browse Source

Set as standard to use mongodb driver for benchmark

Christian Kvalheim 12 years ago
parent
commit
2534aebc47
1 changed files with 2 additions and 2 deletions
  1. 2 2
      nodejs/benchmark_config

+ 2 - 2
nodejs/benchmark_config

@@ -9,8 +9,8 @@
     },
     "mongodb": {
       "setup_file": "setup",
-      "db_url": "/mongoose",
-      "query_url": "/mongoose?queries=",
+      "db_url": "/mongodbdriver",
+      "query_url": "/mongodbdriver?queries=",
       "port": 8080,
       "sort": 9
     },