We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2a2ee commit 9413bc8Copy full SHA for 9413bc8
1 file changed
frameworks/Kotlin/ktor/benchmark_config.json
@@ -26,15 +26,9 @@
26
"versus": "netty"
27
},
28
"r2dbc": {
29
- "plaintext_url": "/plaintext",
30
- "json_url": "/json",
31
"db_url": "/db",
32
- "query_url": "/queries?queries=",
33
- "update_url": "/updates?queries=",
34
- "fortune_url": "/fortunes",
35
-
36
"port": 9090,
37
- "approach": "Realistic",
+ "approach": "Stripped",
38
"classification": "Micro",
39
"database": "Postgres",
40
"framework": "ktor",
@@ -46,7 +40,8 @@
46
"database_os": "Linux",
47
41
"display_name": "ktor-netty-r2dbc",
48
42
"notes": "http://ktor.io/",
49
- "versus": "netty"
43
+ "versus": "netty",
44
+ "tags": [],
50
45
51
"jetty": {
52
"plaintext_url": "/plaintext",
0 commit comments