Browse Source

[rust] Fix rocket bench config [ci skip] (#8041)

Joan Miquel 2 years ago
parent
commit
0fe7845aa9
1 changed files with 3 additions and 7 deletions
  1. 3 7
      frameworks/Rust/rocket/benchmark_config.json

+ 3 - 7
frameworks/Rust/rocket/benchmark_config.json

@@ -1,7 +1,6 @@
 {
 {
   "framework": "rocket",
   "framework": "rocket",
-  "tests": [
-    {
+  "tests": [{
       "default": {
       "default": {
         "json_url": "/json",
         "json_url": "/json",
         "plaintext_url": "/plaintext",
         "plaintext_url": "/plaintext",
@@ -24,9 +23,7 @@
         "display_name": "Rocket",
         "display_name": "Rocket",
         "notes": "",
         "notes": "",
         "versus": "None"
         "versus": "None"
-      }
-    },
-    {
+      },
       "diesel": {
       "diesel": {
         "json_url": "/json",
         "json_url": "/json",
         "plaintext_url": "/plaintext",
         "plaintext_url": "/plaintext",
@@ -50,6 +47,5 @@
         "notes": "",
         "notes": "",
         "versus": "None"
         "versus": "None"
       }
       }
-    }
-  ]
+    }]
 }
 }