فهرست منبع

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,
       "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": "",