From 0ac050305aad3fda07d66651bb1220969d86ecce Mon Sep 17 00:00:00 2001 From: Petrik Date: Fri, 9 May 2025 08:57:33 +0200 Subject: [PATCH] [ruby/rack] Correct passenger data Passenger runs with mri and the `rack` tests are all Platform. --- frameworks/Ruby/rack/benchmark_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/Ruby/rack/benchmark_config.json b/frameworks/Ruby/rack/benchmark_config.json index 6a31e20fa4c..bfae6aab9f1 100644 --- a/frameworks/Ruby/rack/benchmark_config.json +++ b/frameworks/Ruby/rack/benchmark_config.json @@ -116,12 +116,12 @@ "update_url": "/updates?queries=", "port": 8080, "approach": "Realistic", - "classification": "Micro", + "classification": "Platform", "orm": "raw", "database": "Postgres", "framework": "rack", "language": "Ruby", - "platform": "Jruby", + "platform": "Mri", "webserver": "Passenger", "os": "Linux", "database_os": "Linux",