Browse Source

Set database to None type to see if that broke travis CI

ext.bwaite 10 năm trước cách đây
mục cha
commit
5987e1b6f0

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

@@ -8,7 +8,7 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Framework",
-      "database": "",
+      "database": "None",
       "framework": "iron",
       "language": "rust",
       "orm": "",

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

@@ -8,7 +8,7 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Framework",
-      "database": "",
+      "database": "None",
       "framework": "nickel",
       "language": "rust",
       "orm": "",