Skip to content

Commit a825863

Browse files
authored
Update the set of broken implementations (#10366)
Signed-off-by: Anton Kirilov <[email protected]>
1 parent 4da5558 commit a825863

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

frameworks/Kotlin/http4k/benchmark_config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"webserver": "None",
2323
"os": "Linux",
2424
"notes": "https://http4k.org",
25+
"tags": [ "broken" ],
2526
"versus": "servlet"
2627
},
2728
"apache4": {
@@ -88,6 +89,7 @@
8889
"webserver": "None",
8990
"os": "Linux",
9091
"notes": "https://http4k.org",
92+
"tags": [ "broken" ],
9193
"versus": "helidon-jdbc"
9294
},
9395
"jetty": {

frameworks/PHP/flight/benchmark_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"database_os": "Linux",
4646
"display_name": "flight [workerman]",
4747
"notes": "",
48+
"tags": [ "broken" ],
4849
"versus": "php"
4950
}
5051
}]

frameworks/R/plumber/benchmark_config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{
55
"default": {
66
"json_url": "/json",
7-
"plaintext_url": "/plaintext",
87
"db_url": "/db",
98
"query_url": "/query?queries=",
109
"fortune_url": "/fortunes",

0 commit comments

Comments
 (0)