Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frameworks/Kotlin/ktor/Readme.md
Original file line number Diff line number Diff line change
@@ -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
* [Ktor-pgclient](ktor-pgclient/) Ktor with Reactive PostgreSQL Client
11 changes: 3 additions & 8 deletions frameworks/Kotlin/ktor/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading