Skip to content

Commit 0fe7845

Browse files
authored
[rust] Fix rocket bench config [ci skip] (#8041)
1 parent d382c07 commit 0fe7845

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

frameworks/Rust/rocket/benchmark_config.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"framework": "rocket",
3-
"tests": [
4-
{
3+
"tests": [{
54
"default": {
65
"json_url": "/json",
76
"plaintext_url": "/plaintext",
@@ -24,9 +23,7 @@
2423
"display_name": "Rocket",
2524
"notes": "",
2625
"versus": "None"
27-
}
28-
},
29-
{
26+
},
3027
"diesel": {
3128
"json_url": "/json",
3229
"plaintext_url": "/plaintext",
@@ -50,6 +47,5 @@
5047
"notes": "",
5148
"versus": "None"
5249
}
53-
}
54-
]
50+
}]
5551
}

0 commit comments

Comments
 (0)