From 0fe7845aa982efb2422280c4040addef2c71d1ca Mon Sep 17 00:00:00 2001 From: Joan Miquel Date: Fri, 17 Mar 2023 17:21:45 +0100 Subject: [PATCH] [rust] Fix rocket bench config [ci skip] (#8041) --- frameworks/Rust/rocket/benchmark_config.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/frameworks/Rust/rocket/benchmark_config.json b/frameworks/Rust/rocket/benchmark_config.json index 316721eb43b..2ffa525c65e 100755 --- a/frameworks/Rust/rocket/benchmark_config.json +++ b/frameworks/Rust/rocket/benchmark_config.json @@ -1,7 +1,6 @@ { "framework": "rocket", - "tests": [ - { + "tests": [{ "default": { "json_url": "/json", "plaintext_url": "/plaintext", @@ -24,9 +23,7 @@ "display_name": "Rocket", "notes": "", "versus": "None" - } - }, - { + }, "diesel": { "json_url": "/json", "plaintext_url": "/plaintext", @@ -50,6 +47,5 @@ "notes": "", "versus": "None" } - } - ] + }] }