Browse Source

Missing docker settings for hunt-http

heromyth 6 years ago
parent
commit
a6236a617e
1 changed files with 24 additions and 1 deletions
  1. 24 1
      frameworks/D/hunt/benchmark_config.json

+ 24 - 1
frameworks/D/hunt/benchmark_config.json

@@ -47,7 +47,30 @@
         "display_name": "hunt-dmd",
         "display_name": "hunt-dmd",
         "notes": "",
         "notes": "",
         "versus": "Hunt"
         "versus": "Hunt"
+      },
+      "http": {
+        "json_url": "/json",
+        "db_url": "/db",
+        "query_url": "/queries?queries=",
+        "plaintext_url": "/plaintext",
+        "fortune_url": "/fortunes",
+        "update_url": "/updates?queries=",
+        "port": 8080,
+        "approach": "Realistic",
+        "classification": "Platform",
+        "database": "Postgres",
+        "framework": "Hunt",
+        "language": "D",
+        "flavor": "DLang2",
+        "orm": "Raw",
+        "platform": "None",
+        "webserver": "None",
+        "os": "Linux",
+        "database_os": "Linux",
+        "display_name": "hunt-http",
+        "notes": "",
+        "versus": "Hunt"
       }
       }
     }
     }
   ]
   ]
-}
+}