diff --git a/frameworks/Kotlin/ktor/Readme.md b/frameworks/Kotlin/ktor/Readme.md index a0e83a1e29e..db89c38c2f8 100644 --- a/frameworks/Kotlin/ktor/Readme.md +++ b/frameworks/Kotlin/ktor/Readme.md @@ -1,7 +1,7 @@ -See subprojects +See subprojects * [Ktor](ktor/) Ktor using traditional JDBC using various servers * [Ktor-jasync](ktor-asyncdb/) Ktor with Netty-based PostgreSQL clients * [Ktor-r2dbc](ktor-r2dbc/) Ktor with R2DBC for reactive database access * [Ktor-exposed](ktor-exposed/) Ktor with the Exposed database abstraction library -* [Ktor-pgclient](ktor-pgclient/) Ktor with Reactive PostgreSQL Client \ No newline at end of file +* [Ktor-pgclient](ktor-pgclient/) Ktor with Reactive PostgreSQL Client diff --git a/frameworks/Kotlin/ktor/benchmark_config.json b/frameworks/Kotlin/ktor/benchmark_config.json index fa240513896..9f38186ac3a 100644 --- a/frameworks/Kotlin/ktor/benchmark_config.json +++ b/frameworks/Kotlin/ktor/benchmark_config.json @@ -26,15 +26,9 @@ "versus": "netty" }, "r2dbc": { - "plaintext_url": "/plaintext", - "json_url": "/json", "db_url": "/db", - "query_url": "/queries?queries=", - "update_url": "/updates?queries=", - "fortune_url": "/fortunes", - "port": 9090, - "approach": "Realistic", + "approach": "Stripped", "classification": "Micro", "database": "Postgres", "framework": "ktor", @@ -46,7 +40,8 @@ "database_os": "Linux", "display_name": "ktor-netty-r2dbc", "notes": "http://ktor.io/", - "versus": "netty" + "versus": "netty", + "tags": [] }, "jetty": { "plaintext_url": "/plaintext",