Browse Source

hexagon resin removal (#2464)

Nate 8 years ago
parent
commit
726580ed7f
1 changed files with 26 additions and 56 deletions
  1. 26 56
      frameworks/Kotlin/hexagon/benchmark_config.json

+ 26 - 56
frameworks/Kotlin/hexagon/benchmark_config.json

@@ -1,58 +1,28 @@
 {
-    "framework" : "hexagon",
-    "tests" : [
-        {
-            "default" : {
-                "json_url" : "/json",
-                "db_url" : "/db",
-                "query_url" : "/query?queries=",
-                "fortune_url" : "/fortunes",
-                "update_url" : "/update?queries=",
-                "plaintext_url" : "/plaintext",
-                "port" : 9090,
-
-                "approach" : "Realistic",
-                "classification" : "Micro",
-                "database" : "MongoDB",
-                "framework" : "Hexagon",
-                "language" : "Kotlin",
-                "orm" : "Raw",
-                "platform" : "Servlet",
-                "webserver" : "None",
-                "os" : "Linux",
-                "database_os" : "Linux",
-                "display_name" : "Hexagon MongoDB",
-                "notes" : "http://there4.co/hexagon",
-
-                "setup_file" : "setup",
-                "versus" : "servlet"
-            },
-            "resin" : {
-                "json_url" : "/json",
-                "db_url" : "/db",
-                "query_url" : "/query?queries=",
-                "fortune_url" : "/fortunes",
-                "update_url" : "/update?queries=",
-                "plaintext_url" : "/plaintext",
-
-                "port" : 8080,
-
-                "approach" : "Realistic",
-                "classification" : "Micro",
-                "database" : "MongoDB",
-                "framework" : "Hexagon",
-                "language" : "Kotlin",
-                "orm" : "Raw",
-                "platform" : "Servlet",
-                "webserver" : "Resin",
-                "os" : "Linux",
-                "database_os" : "Linux",
-                "display_name" : "Hexagon Resin",
-                "notes" : "http://there4.co/hexagon",
-
-                "setup_file" : "setup_resin",
-                "versus" : "servlet"
-            }
-        }
-    ]
+  "framework": "hexagon",
+  "tests": [{
+    "default": {
+      "json_url" : "/json",
+      "db_url" : "/db",
+      "query_url" : "/query?queries=",
+      "fortune_url" : "/fortunes",
+      "update_url" : "/update?queries=",
+      "plaintext_url" : "/plaintext",
+      "port" : 9090,
+      "approach" : "Realistic",
+      "classification" : "Micro",
+      "database" : "MongoDB",
+      "framework" : "Hexagon",
+      "language" : "Kotlin",
+      "orm" : "Raw",
+      "platform" : "Servlet",
+      "webserver" : "None",
+      "os" : "Linux",
+      "database_os" : "Linux",
+      "display_name" : "Hexagon MongoDB",
+      "notes" : "http://there4.co/hexagon",
+      "setup_file" : "setup",
+      "versus" : "servlet"
+    }
+  }]
 }