فهرست منبع

fix: opium is built on top of the httpaf platform (#6147)

Robin Björklin 4 سال پیش
والد
کامیت
1ea91a9165
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      frameworks/OCaml/httpaf/benchmark_config.json
  2. 2 2
      frameworks/OCaml/opium/benchmark_config.json

+ 1 - 1
frameworks/OCaml/httpaf/benchmark_config.json

@@ -13,7 +13,7 @@
         "language": "OCaml",
         "flavor": "None",
         "orm": "None",
-        "platform": "None",
+        "platform": "httpaf",
         "webserver": "None",
         "os": "Linux",
         "database_os": "Linux",

+ 2 - 2
frameworks/OCaml/opium/benchmark_config.json

@@ -22,7 +22,7 @@
         "database_os": "Linux",
         "display_name": "opium",
         "notes": "",
-        "versus": "None"
+        "versus": "httpaf"
       },
       "haproxy": {
         "json_url": "/json",
@@ -45,7 +45,7 @@
         "database_os": "Linux",
         "display_name": "opium-haproxy",
         "notes": "",
-        "versus": "None"
+        "versus": "httpaf"
       }
   }]
 }