瀏覽代碼

Merge pull request #1650 from waiteb3/rust_repairs

Set rust frameworks' database property to None type to see if that broke travis CI
Mike Smith 10 年之前
父節點
當前提交
8bce921b5c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      frameworks/Rust/iron/benchmark_config.json
  2. 1 1
      frameworks/Rust/nickel/benchmark_config.json

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

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

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

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