| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "framework": "httpserver",
- "tests": [
- {
- "default": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "None",
- "language": "Java",
- "flavor": "None",
- "orm": "Raw",
- "platform": "httpserver",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "httpserver",
- "notes": "",
- "versus": ""
- },
- "postgres": {
- "fortune_url": "/fortunes",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "Postgres",
- "framework": "None",
- "language": "Java",
- "flavor": "None",
- "orm": "Raw",
- "platform": "httpserver",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "httpserver-postgres",
- "notes": "",
- "versus": ""
- },
- "graalvm": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "None",
- "language": "Java",
- "flavor": "None",
- "orm": "Raw",
- "platform": "httpserver",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "httpserver-graalvm",
- "notes": "",
- "versus": "httpserver"
- },
- "robaho": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "None",
- "language": "Java",
- "flavor": "None",
- "orm": "Raw",
- "platform": "httpserver",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "httpserver-robaho",
- "notes": "",
- "versus": ""
- },
- "robaho-postgres": {
- "fortune_url": "/fortunes",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "Postgres",
- "framework": "None",
- "language": "Java",
- "flavor": "None",
- "orm": "Raw",
- "platform": "httpserver",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "httpserver-robaho-postgres",
- "notes": "",
- "versus": ""
- },
- "robaho-graalvm": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "None",
- "language": "Java",
- "flavor": "None",
- "orm": "Raw",
- "platform": "httpserver",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "httpserver-robaho-graalvm",
- "notes": "",
- "versus": "httpserver-robaho"
- }
- }
- ]
- }
|