Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 9413bc8

Browse files
authored
[kotlin] Variant R2bc fail in all test, except the first.
Removed unused URLs and updated approach type.
1 parent 4b2a2ee commit 9413bc8

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

frameworks/Kotlin/ktor/benchmark_config.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,9 @@
2626
"versus": "netty"
2727
},
2828
"r2dbc": {
29-
"plaintext_url": "/plaintext",
30-
"json_url": "/json",
3129
"db_url": "/db",
32-
"query_url": "/queries?queries=",
33-
"update_url": "/updates?queries=",
34-
"fortune_url": "/fortunes",
35-
3630
"port": 9090,
37-
"approach": "Realistic",
31+
"approach": "Stripped",
3832
"classification": "Micro",
3933
"database": "Postgres",
4034
"framework": "ktor",
@@ -46,7 +40,8 @@
4640
"database_os": "Linux",
4741
"display_name": "ktor-netty-r2dbc",
4842
"notes": "http://ktor.io/",
49-
"versus": "netty"
43+
"versus": "netty",
44+
"tags": [],
5045
},
5146
"jetty": {
5247
"plaintext_url": "/plaintext",

0 commit comments

Comments
 (0)