Browse Source

Split revel and revel-raw

INADA Naoki 9 years ago
parent
commit
b57c3150a0
1 changed files with 19 additions and 2 deletions
  1. 19 2
      frameworks/Go/revel/benchmark_config.json

+ 19 - 2
frameworks/Go/revel/benchmark_config.json

@@ -4,11 +4,28 @@
     "default": {
       "setup_file": "setup",
       "json_url": "/json",
+      "plaintext_url": "/plaintext",
+      "port": 8080,
+      "approach": "Realistic",
+      "classification": "Fullstack",
+      "database": "MySQL",
+      "framework": "revel",
+      "language": "Go",
+      "orm": "Raw",
+      "platform": "Go",
+      "webserver": "None",
+      "os": "Linux",
+      "database_os": "Linux",
+      "display_name": "revel",
+      "notes": "",
+      "versus": "go"
+    },
+    "raw": {
+      "setup_file": "setup",
       "db_url": "/db",
       "query_url": "/db?queries=",
       "fortune_url": "/fortune",
       "update_url": "/update?queries=",
-      "plaintext_url": "/plaintext",
       "port": 8080,
       "approach": "Realistic",
       "classification": "Fullstack",
@@ -20,7 +37,7 @@
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "revel",
+      "display_name": "revel-raw",
       "notes": "",
       "versus": "go"
     },