benchmark_config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "framework": "jetty",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "port": 8080,
  8. "approach": "Realistic",
  9. "classification": "Platform",
  10. "database": "None",
  11. "framework": "None",
  12. "language": "Java",
  13. "flavor": "None",
  14. "orm": "Raw",
  15. "platform": "Jetty",
  16. "webserver": "None",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "jetty",
  20. "notes": "Jetty 9.4 with Handler",
  21. "versus": "servlet"
  22. },
  23. "servlet": {
  24. "json_url": "/json",
  25. "plaintext_url": "/plaintext",
  26. "port": 8080,
  27. "approach": "Realistic",
  28. "classification": "Platform",
  29. "database": "None",
  30. "framework": "None",
  31. "language": "Java",
  32. "flavor": "None",
  33. "orm": "Raw",
  34. "platform": "Jetty",
  35. "webserver": "None",
  36. "os": "Linux",
  37. "database_os": "Linux",
  38. "display_name": "jetty",
  39. "notes": "Jetty 9.4 with ServletContext",
  40. "versus": "servlet"
  41. }
  42. }]
  43. }