From 10eac0fd7f016333e1454eba25e67cdfc604b092 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Tue, 29 Jul 2025 09:26:42 +0200 Subject: [PATCH] Fix bad benchmark_config.json --- .../Clojure/ring-http-exchange/benchmark_config.json | 12 +++--------- frameworks/Java/httpserver/benchmark_config.json | 4 +--- frameworks/Kotlin/http4k/benchmark_config.json | 2 +- frameworks/TypeScript/oak/benchmark_config.json | 4 +--- 4 files changed, 6 insertions(+), 16 deletions(-) diff --git a/frameworks/Clojure/ring-http-exchange/benchmark_config.json b/frameworks/Clojure/ring-http-exchange/benchmark_config.json index 4c943e97b3f..0d7e64dcf6a 100755 --- a/frameworks/Clojure/ring-http-exchange/benchmark_config.json +++ b/frameworks/Clojure/ring-http-exchange/benchmark_config.json @@ -20,9 +20,7 @@ "display_name": "ring-http-exchange", "notes": "", "versus": "httpserver" - } - }, - { + }, "robaho": { "json_url": "/json", "plaintext_url": "/plaintext", @@ -41,9 +39,7 @@ "display_name": "ring-http-exchange-robaho", "notes": "", "versus": "httpserver-robaho" - } - }, - { + }, "graalvm": { "json_url": "/json", "plaintext_url": "/plaintext", @@ -62,9 +58,7 @@ "display_name": "ring-http-exchange-graalvm", "notes": "", "versus": "ring-http-exchange" - } - }, - { + }, "robaho-graalvm": { "json_url": "/json", "plaintext_url": "/plaintext", diff --git a/frameworks/Java/httpserver/benchmark_config.json b/frameworks/Java/httpserver/benchmark_config.json index 305564d55a8..16e9cdab907 100755 --- a/frameworks/Java/httpserver/benchmark_config.json +++ b/frameworks/Java/httpserver/benchmark_config.json @@ -57,9 +57,7 @@ "display_name": "httpserver-graalvm", "notes": "", "versus": "httpserver" - } - }, - { + }, "robaho": { "json_url": "/json", "plaintext_url": "/plaintext", diff --git a/frameworks/Kotlin/http4k/benchmark_config.json b/frameworks/Kotlin/http4k/benchmark_config.json index 810be318c33..448f868871c 100755 --- a/frameworks/Kotlin/http4k/benchmark_config.json +++ b/frameworks/Kotlin/http4k/benchmark_config.json @@ -2,7 +2,7 @@ "framework": "http4k", "tests": [ { - "apache": { + "default": { "orm": "Raw", "database_os": "Linux", "cached_query_url": "/cached?queries=", diff --git a/frameworks/TypeScript/oak/benchmark_config.json b/frameworks/TypeScript/oak/benchmark_config.json index f2aed687002..0cfab7d20af 100755 --- a/frameworks/TypeScript/oak/benchmark_config.json +++ b/frameworks/TypeScript/oak/benchmark_config.json @@ -20,9 +20,7 @@ "display_name": "oak", "notes": "", "versus": "nodejs" - } - }, - { + }, "postgresjs": { "json_url": "/json", "plaintext_url": "/plaintext",