diff --git a/frameworks/Rust/ohkami/benchmark_config.json b/frameworks/Rust/ohkami/benchmark_config.json index ce44db39c24..2398c491024 100644 --- a/frameworks/Rust/ohkami/benchmark_config.json +++ b/frameworks/Rust/ohkami/benchmark_config.json @@ -1,5 +1,6 @@ { "framework": "ohkami", + "maintainers": ["kanarus"], "tests": [ { "default": { @@ -72,7 +73,8 @@ "database_os": "Linux", "port": 8000, "json_url": "/json", - "plaintext_url": "/plaintext" + "plaintext_url": "/plaintext", + "tags": ["broken"] } } ]