Skip to content

Commit

Permalink
[rust] Fix rocket bench config [ci skip] (#8041)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey authored Mar 17, 2023
1 parent d382c07 commit 0fe7845
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions frameworks/Rust/rocket/benchmark_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"framework": "rocket",
"tests": [
{
"tests": [{
"default": {
"json_url": "/json",
"plaintext_url": "/plaintext",
Expand All @@ -24,9 +23,7 @@
"display_name": "Rocket",
"notes": "",
"versus": "None"
}
},
{
},
"diesel": {
"json_url": "/json",
"plaintext_url": "/plaintext",
Expand All @@ -50,6 +47,5 @@
"notes": "",
"versus": "None"
}
}
]
}]
}

0 comments on commit 0fe7845

Please sign in to comment.