Browse Source

benchmark_config.json, install.sh, setup.sh added

Firrincieli Marco (UniCredit) 10 years ago
parent
commit
5898f84451

+ 20 - 0
frameworks/Scala/http4s/benchmark_config.json

@@ -0,0 +1,20 @@
+{
+  "framework": "htt4s",
+  "tests": [{
+    "default": {
+      "setup_file": "setup",
+      "json_url": "/json",
+      "port": 8080,
+      "approach": "Realistic",
+      "classification": "Micro",
+      "database": "None",
+      "framework": "http4s",
+      "language": "Scala",
+      "platform": "NIO",
+      "webserver": "None",
+      "os": "Linux",
+      "display_name": "http4s",
+      "notes": ""
+    }
+  }]
+}

+ 3 - 0
frameworks/Scala/http4s/install.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+fw_depends java7 sbt

+ 6 - 0
frameworks/Scala/http4s/setup.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+source $IROOT/java7.installed
+export SBT_HOME=${IROOT}/sbt
+
+${SBT_HOME}/bin/sbt update compile