Skip to content

Commit 89be83d

Browse files
authored
Fix bad benchmark_config.json (#10012)
1 parent 18be8bb commit 89be83d

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

frameworks/Clojure/ring-http-exchange/benchmark_config.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"display_name": "ring-http-exchange",
2121
"notes": "",
2222
"versus": "httpserver"
23-
}
24-
},
25-
{
23+
},
2624
"robaho": {
2725
"json_url": "/json",
2826
"plaintext_url": "/plaintext",
@@ -41,9 +39,7 @@
4139
"display_name": "ring-http-exchange-robaho",
4240
"notes": "",
4341
"versus": "httpserver-robaho"
44-
}
45-
},
46-
{
42+
},
4743
"graalvm": {
4844
"json_url": "/json",
4945
"plaintext_url": "/plaintext",
@@ -62,9 +58,7 @@
6258
"display_name": "ring-http-exchange-graalvm",
6359
"notes": "",
6460
"versus": "ring-http-exchange"
65-
}
66-
},
67-
{
61+
},
6862
"robaho-graalvm": {
6963
"json_url": "/json",
7064
"plaintext_url": "/plaintext",

frameworks/Java/httpserver/benchmark_config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
"display_name": "httpserver-graalvm",
5858
"notes": "",
5959
"versus": "httpserver"
60-
}
61-
},
62-
{
60+
},
6361
"robaho": {
6462
"json_url": "/json",
6563
"plaintext_url": "/plaintext",

frameworks/Kotlin/http4k/benchmark_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"framework": "http4k",
33
"tests": [
44
{
5-
"apache": {
5+
"default": {
66
"orm": "Raw",
77
"database_os": "Linux",
88
"cached_query_url": "/cached?queries=",

frameworks/TypeScript/oak/benchmark_config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"display_name": "oak",
2121
"notes": "",
2222
"versus": "nodejs"
23-
}
24-
},
25-
{
23+
},
2624
"postgresjs": {
2725
"json_url": "/json",
2826
"plaintext_url": "/plaintext",

0 commit comments

Comments
 (0)