Browse Source

Update the set of broken implementations (#10366)

Signed-off-by: Anton Kirilov <[email protected]>
Anton Kirilov 1 week ago
parent
commit
a8258631ec

+ 2 - 0
frameworks/Kotlin/http4k/benchmark_config.json

@@ -22,6 +22,7 @@
         "webserver": "None",
         "os": "Linux",
         "notes": "https://http4k.org",
+        "tags": [ "broken" ],
         "versus": "servlet"
       },
       "apache4": {
@@ -88,6 +89,7 @@
         "webserver": "None",
         "os": "Linux",
         "notes": "https://http4k.org",
+        "tags": [ "broken" ],
         "versus": "helidon-jdbc"
       },
       "jetty": {

+ 1 - 0
frameworks/PHP/flight/benchmark_config.json

@@ -45,6 +45,7 @@
       "database_os": "Linux",
       "display_name": "flight [workerman]",
       "notes": "",
+      "tags": [ "broken" ],
       "versus": "php"
     }
   }]

+ 0 - 1
frameworks/R/plumber/benchmark_config.json

@@ -4,7 +4,6 @@
     {
       "default": {
         "json_url": "/json",
-        "plaintext_url": "/plaintext",
         "db_url": "/db",
         "query_url": "/query?queries=",
         "fortune_url": "/fortunes",