Browse Source

Merge tests together in benchmark_config

Zane Kansil 10 years ago
parent
commit
4e0ab953b6
1 changed files with 2 additions and 19 deletions
  1. 2 19
      frameworks/Crystal/moonshine/benchmark_config.json

+ 2 - 19
frameworks/Crystal/moonshine/benchmark_config.json

@@ -4,35 +4,18 @@
     "default": {
       "setup_file": "setup",
       "json_url": "/json",
-      "plaintext_url": "/plaintext",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "None",
-      "framework": "moonshine",
-      "language": "Crystal",
-      "orm": "raw",
-      "platform": "Crystal",
-      "webserver": "None",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "Moonshine",
-      "notes": "",
-      "versus": "ruby"
-    },
-    "redis": {
-      "setup_file": "setup",
       "db_url": "/redis/db",
       "query_url": "/redis/queries?queries=",
       "fortune_url": "/redis/fortunes",
       "update_url": "/redis/updates?queries=",
+      "plaintext_url": "/plaintext",
       "port": 8080,
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "Redis",
       "framework": "moonshine",
       "language": "Crystal",
-      "orm": "",
+      "orm": "micro",
       "platform": "Crystal",
       "webserver": "None",
       "os": "Linux",