Skip to content

Commit 2b78fe5

Browse files
committed
Update the set of broken implementations
Signed-off-by: Anton Kirilov <[email protected]>
1 parent 80c46e9 commit 2b78fe5

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
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/Rust/viz/benchmark_config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"database_os": "Linux",
6262
"display_name": "Viz [Postgresql - SQLx]",
6363
"notes": "",
64+
"tags": [ "broken" ],
6465
"versus": "None"
6566
},
6667
"diesel": {
@@ -82,6 +83,7 @@
8283
"database_os": "Linux",
8384
"display_name": "Viz [Postgresql - Diesel]",
8485
"notes": "",
86+
"tags": [ "broken" ],
8587
"versus": "None"
8688
}
8789
}

0 commit comments

Comments
 (0)