Skip to content

Commit 9278488

Browse files
committed
Disable native benchmarks
1 parent f289532 commit 9278488

File tree

2 files changed

+0
-82
lines changed

2 files changed

+0
-82
lines changed

frameworks/Kotlin/hexagon/benchmark_config.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,6 @@
2525
"notes": "http://hexagonkt.com",
2626
"versus": "servlet"
2727
},
28-
"jetty-native": {
29-
"json_url": "/json",
30-
"db_url": "/db",
31-
"query_url": "/query?queries=",
32-
"fortune_url": "/fortunes",
33-
"update_url": "/update?queries=",
34-
"cached_query_url": "/cached-queries?count=",
35-
"plaintext_url": "/plaintext",
36-
"port": 9090,
37-
"approach": "Realistic",
38-
"classification": "Micro",
39-
"database": "postgres",
40-
"framework": "Hexagon",
41-
"language": "Kotlin",
42-
"orm": "Raw",
43-
"platform": "Servlet",
44-
"webserver": "None",
45-
"os": "Linux",
46-
"database_os": "Linux",
47-
"display_name": "Hexagon Jetty Native PostgreSQL",
48-
"notes": "http://hexagonkt.com",
49-
"versus": "servlet"
50-
},
5128
"jdk": {
5229
"json_url": "/json",
5330
"db_url": "/db",
@@ -163,29 +140,6 @@
163140
"notes": "http://hexagonkt.com",
164141
"versus": "helidon-helidon"
165142
},
166-
"helidon-native": {
167-
"json_url": "/json",
168-
"db_url": "/db",
169-
"query_url": "/query?queries=",
170-
"fortune_url": "/fortunes",
171-
"update_url": "/update?queries=",
172-
"cached_query_url": "/cached-queries?count=",
173-
"plaintext_url": "/plaintext",
174-
"port": 9090,
175-
"approach": "Realistic",
176-
"classification": "Micro",
177-
"database": "postgres",
178-
"framework": "Hexagon",
179-
"language": "Kotlin",
180-
"orm": "Raw",
181-
"platform": "Helidon",
182-
"webserver": "None",
183-
"os": "Linux",
184-
"database_os": "Linux",
185-
"display_name": "Hexagon Helidon Native PgClient",
186-
"notes": "http://hexagonkt.com",
187-
"versus": "helidon-helidon"
188-
},
189143
"helidon-pgclient": {
190144
"json_url": "/json",
191145
"db_url": "/db",

frameworks/Kotlin/hexagon/config.toml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,6 @@ platform = "Netty"
7373
webserver = "None"
7474
versus = "netty"
7575

76-
[nettyepoll-native]
77-
urls.plaintext = "/plaintext"
78-
urls.json = "/json"
79-
urls.db = "/db"
80-
urls.query = "/query?queries="
81-
urls.update = "/update?queries="
82-
urls.fortune = "/fortunes"
83-
urls.cached_query = "/cached-queries?count="
84-
approach = "Realistic"
85-
classification = "Micro"
86-
database = "postgres"
87-
database_os = "Linux"
88-
os = "Linux"
89-
orm = "Raw"
90-
platform = "Netty"
91-
webserver = "None"
92-
versus = "netty"
93-
9476
[nettyepoll-pgclient]
9577
urls.plaintext = "/plaintext"
9678
urls.json = "/json"
@@ -127,24 +109,6 @@ platform = "Helidon"
127109
webserver = "None"
128110
versus = "helidon-helidon"
129111

130-
[helidon-native]
131-
urls.plaintext = "/plaintext"
132-
urls.json = "/json"
133-
urls.db = "/db"
134-
urls.query = "/query?queries="
135-
urls.update = "/update?queries="
136-
urls.fortune = "/fortunes"
137-
urls.cached_query = "/cached-queries?count="
138-
approach = "Realistic"
139-
classification = "Micro"
140-
database = "postgres"
141-
database_os = "Linux"
142-
os = "Linux"
143-
orm = "Raw"
144-
platform = "Helidon"
145-
webserver = "None"
146-
versus = "helidon-helidon"
147-
148112
[helidon-pgclient]
149113
urls.plaintext = "/plaintext"
150114
urls.json = "/json"

0 commit comments

Comments
 (0)