소스 검색

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