12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "framework": "vertx-web-kotlin-coroutines",
- "tests": [{
- "default": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "vertx-web",
- "language": "Kotlin",
- "flavor": "None",
- "orm": "Raw",
- "platform": "Vert.x",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "vertx-web-kotlin-coroutines",
- "notes": "",
- "versus": "vertx-web",
- "tags": ["broken"]
- },
- "postgres": {
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "fortune_url": "/fortunes",
- "update_url": "/update?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "Postgres",
- "framework": "vertx-web",
- "language": "Kotlin",
- "flavor": "None",
- "orm": "Raw",
- "platform": "Vert.x",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "vertx-web-kotlin-coroutines-postgres",
- "notes": "",
- "versus": "vertx-web-postgres"
- }
- }]
- }
|