Browse Source

tornado: Add plaintext_url to benchmark_config

INADA Naoki 12 years ago
parent
commit
20fb7007f9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tornado/benchmark_config

+ 2 - 0
tornado/benchmark_config

@@ -4,6 +4,7 @@
     "default": {
       "setup_file": "setup",
       "json_url": "/json",
+      "plaintext_url": "/plaintext",
       "port": 8080,
       "sort": 52
     },
@@ -19,6 +20,7 @@
       "json_url": "/json",
       "db_url": "/db",
       "query_url": "/db?queries=",
+      "plaintext_url": "/plaintext",
       "port": 8080,
       "sort": 134
     }