Browse Source

open fortunes queries

yi lu 6 years ago
parent
commit
122155ab0b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      frameworks/CSharp/zysocket-v/benchmark_config.json

+ 3 - 1
frameworks/CSharp/zysocket-v/benchmark_config.json

@@ -3,9 +3,11 @@
   "tests": [
     {
       "default": {      
+        "fortune_url": "/fortunes",
         "plaintext_url": "/plaintext",
         "json_url": "/json",
-        "db_url": "/db",        
+        "db_url": "/db",
+        "query_url": "/queries?queries=", 
         "port": 8080,
         "approach": "Realistic",
         "classification": "Fullstack",