Browse Source

Set db_url to correct endpoint for a single world

Jose Diaz-Gonzalez 11 years ago
parent
commit
46f5ea5b03
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cake/benchmark_config

+ 2 - 2
cake/benchmark_config

@@ -4,7 +4,7 @@
     "default": {
       "setup_file": "setup",
       "json_url": "/json.json",
-      "db_url": "/world.json",
+      "db_url": "/world/index.json",
       "query_url": "/world.json?queries=",
       "fortunes_url": "/fortunes",
       "plaintext_url": "/plaintext",
@@ -24,4 +24,4 @@
       "versus": "php"
     }
   }]
-}
+}