benchmark_config.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "framework": "comsat",
  3. "tests": [
  4. {
  5. "default": {
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Platform",
  11. "database": "None",
  12. "framework": "None",
  13. "language": "Java",
  14. "flavor": "None",
  15. "orm": "Raw",
  16. "platform": "Servlet",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "comsat-servlet-jetty",
  21. "notes": "Comsat servlet on embedded Jetty",
  22. "versus": ""
  23. },
  24. "servlet-undertow": {
  25. "json_url": "/json",
  26. "plaintext_url": "/plaintext",
  27. "port": 8080,
  28. "approach": "Realistic",
  29. "classification": "Platform",
  30. "database": "None",
  31. "framework": "None",
  32. "language": "Java",
  33. "flavor": "None",
  34. "orm": "Raw",
  35. "platform": "Servlet",
  36. "webserver": "None",
  37. "os": "Linux",
  38. "database_os": "Linux",
  39. "display_name": "Comsat",
  40. "notes": "Comsat servlet on embedded Undertow",
  41. "versus": "comsat"
  42. },
  43. "webactors-netty": {
  44. "json_url": "/json",
  45. "plaintext_url": "/plaintext",
  46. "port": 8080,
  47. "approach": "Realistic",
  48. "classification": "Platform",
  49. "database": "None",
  50. "framework": "None",
  51. "language": "Java",
  52. "flavor": "None",
  53. "orm": "Raw",
  54. "platform": "Comsat",
  55. "webserver": "None",
  56. "os": "Linux",
  57. "database_os": "Linux",
  58. "display_name": "Comsat",
  59. "notes": "Comsat Web Actors run as Netty handler",
  60. "versus": ""
  61. },
  62. "webactors-undertow": {
  63. "json_url": "/json",
  64. "plaintext_url": "/plaintext",
  65. "port": 8080,
  66. "approach": "Realistic",
  67. "classification": "Platform",
  68. "database": "None",
  69. "framework": "None",
  70. "language": "Java",
  71. "flavor": "None",
  72. "orm": "Raw",
  73. "platform": "Comsat",
  74. "webserver": "None",
  75. "os": "Linux",
  76. "database_os": "Linux",
  77. "display_name": "Comsat",
  78. "notes": "Comsat Web Actors run as Undertow handler",
  79. "versus": "comsat-webactors-netty"
  80. }
  81. }
  82. ]
  83. }