benchmark_config 529 B

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