Browse Source

Updated benchmark_config file to include db/query urls

Patrick Falls 12 năm trước cách đây
mục cha
commit
993a73aa0d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      play-scala/benchmark_config

+ 2 - 0
play-scala/benchmark_config

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