Browse Source

Fixed the query URL for vertx

tfb 11 years ago
parent
commit
a8e6f644a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vertx/benchmark_config

+ 1 - 1
vertx/benchmark_config

@@ -6,7 +6,7 @@
       "json_url": "/json",
       "db_url": "/db",
       "plaintext_url": "/plaintext",
-      "query_url": "/d?queries=",
+      "query_url": "/db?queries=",
       "port": 8080,
       "approach": "Realistic",
       "classification": "Platform",