瀏覽代碼

Updated benchmark_config file to include db/query urls

Patrick Falls 12 年之前
父節點
當前提交
993a73aa0d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      play-scala/benchmark_config

+ 2 - 0
play-scala/benchmark_config

@@ -4,6 +4,8 @@
     "default": {
     "default": {
       "setup_file": "setup",
       "setup_file": "setup",
       "json_url": "/json",
       "json_url": "/json",
+      "db_url": "/db",
+      "query_url": "/db?queries=",
       "port": 9000,
       "port": 9000,
       "sort": 32
       "sort": 32
     }
     }