Browse Source

Lowercased name in config

sksamuel 11 years ago
parent
commit
b75ad642d3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      scruffy/benchmark_config

+ 3 - 3
scruffy/benchmark_config

@@ -1,5 +1,5 @@
 {
 {
-  "framework": "Scruffy",
+  "framework": "scruffy",
   "tests": [{
   "tests": [{
     "default": {
     "default": {
       "setup_file": "setup",
       "setup_file": "setup",
@@ -11,14 +11,14 @@
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Micro",
       "classification": "Micro",
       "database": "MongoDB",
       "database": "MongoDB",
-      "framework": "Scruffy",
+      "framework": "scruffy",
       "language": "Scala",
       "language": "Scala",
       "orm": "Raw",
       "orm": "Raw",
       "platform": "Netty",
       "platform": "Netty",
       "webserver": "None",
       "webserver": "None",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
-      "display_name": "Scruffy",
+      "display_name": "scruffy",
       "notes": "",
       "notes": "",
       "versus": "Netty"
       "versus": "Netty"
     }
     }