Browse Source

Make all benchmark_config's compliant

Zane Kansil 10 years ago
parent
commit
3cee9024c7

+ 2 - 2
frameworks/Elixir/phoenix/benchmark_config.json

@@ -7,11 +7,11 @@
             "plaintext_url": "/plaintext",
             "port": 8080,
             "approach": "Realistic",
-            "classification": "Framework",
+            "classification": "Micro",
             "database": "Postgres",
             "framework": "Phoenix",
             "language": "elixir",
-            "orm": "etco",
+            "orm": "full",
             "platform": "Erlang/OTP",
             "webserver": "cowboy",
             "os": "Linux",

+ 1 - 1
frameworks/Java/servlet-dsl/benchmark_config.json

@@ -11,7 +11,7 @@
       "database": "None",
       "framework": "servlet-dsl",
       "language": "Java",
-      "orm": "None",
+      "orm": "raw",
       "platform": "Servlet",
       "webserver": "Resin",
       "os": "Linux",

+ 1 - 1
frameworks/JavaScript/sailsjs/benchmark_config.json

@@ -15,7 +15,7 @@
       "database": "MySQL",
       "framework": "sailsjs",
       "language": "JavaScript",
-      "orm": "Waterline",
+      "orm": "raw",
       "platform": "nodejs",
       "webserver": "None",
       "os": "Linux",

+ 1 - 1
frameworks/Rust/iron/benchmark_config.json

@@ -7,7 +7,7 @@
       "plaintext_url": "/plaintext",
       "port": 8080,
       "approach": "Realistic",
-      "classification": "Framework",
+      "classification": "Micro",
       "database": "None",
       "framework": "iron",
       "language": "rust",

+ 1 - 1
frameworks/Rust/nickel/benchmark_config.json

@@ -7,7 +7,7 @@
       "plaintext_url": "/plaintext",
       "port": 8080,
       "approach": "Realistic",
-      "classification": "Framework",
+      "classification": "Micro",
       "database": "None",
       "framework": "nickel",
       "language": "rust",