Browse Source

Cake: add fortunes and plaintext URLs to benchmark_config

Michael Hixson 12 years ago
parent
commit
acab289cdc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      cake/benchmark_config

+ 2 - 0
cake/benchmark_config

@@ -6,6 +6,8 @@
       "json_url": "/json.json",
       "json_url": "/json.json",
       "db_url": "/world.json",
       "db_url": "/world.json",
       "query_url": "/world.json?queries=",
       "query_url": "/world.json?queries=",
+      "fortunes_url": "/fortunes",
+      "plaintext_url": "/plaintext",
       "port": 8080,
       "port": 8080,
       "sort": 1
       "sort": 1
     }
     }