Browse Source

fix benchmark_config commas

Greg Weber 12 years ago
parent
commit
6a4313ff8b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      yesod/benchmark_config

+ 3 - 3
yesod/benchmark_config

@@ -6,10 +6,10 @@
       "json_url": "/json",
       "json_url": "/json",
       "port": 8000,
       "port": 8000,
       "sort": 37
       "sort": 37
-    }
+    },
     "mongodb-raw": {
     "mongodb-raw": {
       "setup_file": "setup",
       "setup_file": "setup",
-      "db_url": "/mongo/raw/db"
+      "db_url": "/mongo/raw/db",
       "query_url": "/mongo/raw/dbs/",
       "query_url": "/mongo/raw/dbs/",
       "port": 8000,
       "port": 8000,
       "sort": 47
       "sort": 47
@@ -20,6 +20,6 @@
       "query_url": "/dbs/",
       "query_url": "/dbs/",
       "port": 8000,
       "port": 8000,
       "sort": 10
       "sort": 10
-    },
+    }
   }]
   }]
 }
 }