瀏覽代碼

Improve classification of rust-warp (#5338)

Now it uses Rust as a platform and Hyper as a webserver, just
like other Rust web frameworks based on Hyper.
Konrad Borowski 6 年之前
父節點
當前提交
a634240cc0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frameworks/Rust/warp-rust/benchmark_config.json

+ 2 - 2
frameworks/Rust/warp-rust/benchmark_config.json

@@ -13,8 +13,8 @@
         "language": "Rust",
         "flavor": "None",
         "orm": "None",
-        "platform": "Hyper",
-        "webserver": "None",
+        "platform": "Rust",
+        "webserver": "Hyper",
         "os": "Linux",
         "database_os": "Linux",
         "display_name": "warp-rust",