Browse Source

Capitalize "Rust" for consistency with other language IDs (#2617)

Ben Striegel 8 years ago
parent
commit
1efd6a4e57

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

@@ -14,7 +14,7 @@
       "classification": "Micro",
       "classification": "Micro",
       "database": "Postgres",
       "database": "Postgres",
       "framework": "iron",
       "framework": "iron",
-      "language": "rust",
+      "language": "Rust",
       "orm": "raw",
       "orm": "raw",
       "platform": "Rust",
       "platform": "Rust",
       "webserver": "hyper",
       "webserver": "hyper",

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

@@ -10,7 +10,7 @@
       "classification": "Micro",
       "classification": "Micro",
       "database": "None",
       "database": "None",
       "framework": "nickel",
       "framework": "nickel",
-      "language": "rust",
+      "language": "Rust",
       "orm": "raw",
       "orm": "raw",
       "platform": "Rust",
       "platform": "Rust",
       "webserver": "hyper",
       "webserver": "hyper",

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

@@ -10,7 +10,7 @@
       "classification": "Micro",
       "classification": "Micro",
       "database": "None",
       "database": "None",
       "framework": "rouille",
       "framework": "rouille",
-      "language": "rust",
+      "language": "Rust",
       "orm": "raw",
       "orm": "raw",
       "platform": "Rust",
       "platform": "Rust",
       "webserver": "rouille",
       "webserver": "rouille",

+ 1 - 1
frameworks/Rust/tokio-minihttp/benchmark_config.json

@@ -12,7 +12,7 @@
       "classification": "Micro",
       "classification": "Micro",
       "database": "Postgres",
       "database": "Postgres",
       "framework": "tokio-minihttp",
       "framework": "tokio-minihttp",
-      "language": "rust",
+      "language": "Rust",
       "orm": "raw",
       "orm": "raw",
       "platform": "Rust",
       "platform": "Rust",
       "webserver": "tokio-minihttp",
       "webserver": "tokio-minihttp",