Skip to content

Commit c1047ad

Browse files
Merge pull request #9635 from p8/ohkami/fix-test-variants
[rust/ohkami] Fix test variants
2 parents 01cdb93 + dc70b7b commit c1047ad

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

frameworks/Rust/ohkami/benchmark_config.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"fortune_url": "/fortunes",
2323
"update_url": "/updates?q=",
2424
"plaintext_url": "/plaintext"
25-
}
26-
},
27-
{
25+
},
2826
"rt_async-std": {
2927
"dockerfile": "rt_async-std.dockerfile",
3028
"display_name": "Ohkami [async-std]",
@@ -45,9 +43,7 @@
4543
"fortune_url": "/fortunes",
4644
"update_url": "/updates?q=",
4745
"plaintext_url": "/plaintext"
48-
}
49-
},
50-
{
46+
},
5147
"rt_smol": {
5248
"dockerfile": "rt_smol.dockerfile",
5349
"display_name": "Ohkami [smol]",
@@ -64,9 +60,7 @@
6460
"port": 8000,
6561
"json_url": "/json",
6662
"plaintext_url": "/plaintext"
67-
}
68-
},
69-
{
63+
},
7064
"rt_glommio": {
7165
"dockerfile": "rt_glommio.dockerfile",
7266
"display_name": "Ohkami [glommio]",
@@ -83,9 +77,7 @@
8377
"port": 8000,
8478
"json_url": "/json",
8579
"plaintext_url": "/plaintext"
86-
}
87-
},
88-
{
80+
},
8981
"rt_nio": {
9082
"dockerfile": "rt_nio.dockerfile",
9183
"display_name": "Ohkami [nio]",

0 commit comments

Comments
 (0)