Browse Source

Update Rust benchmark configs to get through Travis

Zane Kansil 10 years ago
parent
commit
572a9285da

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

@@ -8,17 +8,17 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Framework",
-      "database": "",
+      "database": "None",
       "framework": "iron",
       "language": "rust",
-      "orm": "",
+      "orm": "raw",
       "platform": "Rust",
       "webserver": "hyper",
       "os": "Linux",
       "database_os": "Linux",
       "display_name": "iron",
       "notes": "",
-      "versus": ""
+      "versus": "rust"
     }
   }]
 }

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

@@ -8,17 +8,17 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Framework",
-      "database": "",
+      "database": "None",
       "framework": "nickel",
       "language": "rust",
-      "orm": "",
+      "orm": "raw",
       "platform": "Rust",
       "webserver": "hyper",
       "os": "Linux",
       "database_os": "Linux",
       "display_name": "nickel",
       "notes": "",
-      "versus": ""
+      "versus": "rust"
     }
   }]
 }