benchmark_config.json 532 B

123456789101112131415161718192021222324
  1. {
  2. "framework": "tio-mvc",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "port": 8080,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "database": "None",
  11. "framework": "tio-mvc",
  12. "language": "Java",
  13. "flavor": "None",
  14. "orm": "Raw",
  15. "platform": "t-io",
  16. "webserver": "None",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "tio-mvc",
  20. "notes": "tio-mvc",
  21. "versus": "t-io"
  22. }
  23. }]
  24. }