Skip to content

Commit 96b9b08

Browse files
committed
Remove the exposed-r2dbc variants in benchmark_config.json too
1 parent eeda96c commit 96b9b08

File tree

1 file changed

+0
-84
lines changed

1 file changed

+0
-84
lines changed

frameworks/Kotlin/vertx-web-kotlinx/benchmark_config.json

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -106,90 +106,6 @@
106106
"notes": "Pool size 8 per verticle (~512 total on 56-core), original connection factory",
107107
"versus": "vertx-web-kotlinx-r2dbc-postgresql"
108108
},
109-
"exposed-r2dbc-postgresql-separate-pool-size-1": {
110-
"db_url": "/db",
111-
"query_url": "/queries?queries=",
112-
"fortune_url": "/fortunes",
113-
"update_url": "/updates?queries=",
114-
"port": 8080,
115-
"approach": "Realistic",
116-
"classification": "Micro",
117-
"database": "postgres",
118-
"framework": "vertx-web",
119-
"language": "Kotlin",
120-
"flavor": "None",
121-
"orm": "Full",
122-
"platform": "Vert.x",
123-
"webserver": "None",
124-
"os": "Linux",
125-
"database_os": "Linux",
126-
"display_name": "vertx-web-kotlinx-exposed-r2dbc-postgresql-separate-pool-size-1",
127-
"notes": "Original configuration: pool size 1 per verticle, original connection factory",
128-
"versus": "vertx-web-kotlinx-r2dbc-postgresql"
129-
},
130-
"exposed-r2dbc-postgresql-separate-pool-size-8": {
131-
"db_url": "/db",
132-
"query_url": "/queries?queries=",
133-
"fortune_url": "/fortunes",
134-
"update_url": "/updates?queries=",
135-
"port": 8080,
136-
"approach": "Realistic",
137-
"classification": "Micro",
138-
"database": "postgres",
139-
"framework": "vertx-web",
140-
"language": "Kotlin",
141-
"flavor": "None",
142-
"orm": "Full",
143-
"platform": "Vert.x",
144-
"webserver": "None",
145-
"os": "Linux",
146-
"database_os": "Linux",
147-
"display_name": "vertx-web-kotlinx-exposed-r2dbc-postgresql-separate-pool-size-8",
148-
"notes": "Pool size 8 per verticle, original connection factory (matches ~512 total on 56-core machine)",
149-
"versus": "vertx-web-kotlinx-r2dbc-postgresql"
150-
},
151-
"exposed-r2dbc-postgresql-separate-pool-size-8-optimized": {
152-
"db_url": "/db",
153-
"query_url": "/queries?queries=",
154-
"fortune_url": "/fortunes",
155-
"update_url": "/updates?queries=",
156-
"port": 8080,
157-
"approach": "Realistic",
158-
"classification": "Micro",
159-
"database": "postgres",
160-
"framework": "vertx-web",
161-
"language": "Kotlin",
162-
"flavor": "None",
163-
"orm": "Full",
164-
"platform": "Vert.x",
165-
"webserver": "None",
166-
"os": "Linux",
167-
"database_os": "Linux",
168-
"display_name": "vertx-web-kotlinx-exposed-r2dbc-postgresql-separate-pool-size-8-optimized",
169-
"notes": "Pool size 8 per verticle, optimized connection factory with TCP settings and validation",
170-
"versus": "vertx-web-kotlinx-r2dbc-postgresql"
171-
},
172-
"exposed-r2dbc-postgresql-shared-pool-size-512-optimized": {
173-
"db_url": "/db",
174-
"query_url": "/queries?queries=",
175-
"fortune_url": "/fortunes",
176-
"update_url": "/updates?queries=",
177-
"port": 8080,
178-
"approach": "Realistic",
179-
"classification": "Micro",
180-
"database": "postgres",
181-
"framework": "vertx-web",
182-
"language": "Kotlin",
183-
"flavor": "None",
184-
"orm": "Full",
185-
"platform": "Vert.x",
186-
"webserver": "None",
187-
"os": "Linux",
188-
"database_os": "Linux",
189-
"display_name": "vertx-web-kotlinx-exposed-r2dbc-postgresql-shared-pool-size-512-optimized",
190-
"notes": "Shared pool of 512 connections, optimized connection factory with TCP settings and validation",
191-
"versus": "vertx-web-kotlinx-r2dbc-postgresql"
192-
},
193109
"exposed-r2dbc-postgresql": {
194110
"db_url": "/db",
195111
"query_url": "/queries?queries=",

0 commit comments

Comments
 (0)