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 4e9a584 commit a368201Copy full SHA for a368201
frameworks/Java/solon/benchmark_config.json
@@ -8,7 +8,6 @@
8
"db_url": "/db",
9
"query_url": "/queries?queries=",
10
"update_url": "/updates?queries=",
11
- "fortune_url": "/fortunes",
12
"port": 8080,
13
"approach": "Realistic",
14
"classification": "Fullstack",
frameworks/Java/solon/config.toml
@@ -7,7 +7,6 @@ urls.json = "/json"
7
urls.db = "/db"
urls.query = "/queries?queries="
urls.update = "/updates?queries="
-urls.fortune = "/fortunes"
approach = "Realistic"
classification = "Platform"
database = "Postgres"
0 commit comments