benchmark_config.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "framework": "httpserver",
  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": "httpserver",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "httpserver",
  21. "notes": "",
  22. "versus": ""
  23. },
  24. "postgres": {
  25. "fortune_url": "/fortunes",
  26. "port": 8080,
  27. "approach": "Realistic",
  28. "classification": "Platform",
  29. "database": "Postgres",
  30. "framework": "None",
  31. "language": "Java",
  32. "flavor": "None",
  33. "orm": "Raw",
  34. "platform": "httpserver",
  35. "webserver": "None",
  36. "os": "Linux",
  37. "database_os": "Linux",
  38. "display_name": "httpserver-postgres",
  39. "notes": "",
  40. "versus": ""
  41. },
  42. "graalvm": {
  43. "json_url": "/json",
  44. "plaintext_url": "/plaintext",
  45. "port": 8080,
  46. "approach": "Realistic",
  47. "classification": "Platform",
  48. "database": "None",
  49. "framework": "None",
  50. "language": "Java",
  51. "flavor": "None",
  52. "orm": "Raw",
  53. "platform": "httpserver",
  54. "webserver": "None",
  55. "os": "Linux",
  56. "database_os": "Linux",
  57. "display_name": "httpserver-graalvm",
  58. "notes": "",
  59. "versus": "httpserver"
  60. },
  61. "robaho": {
  62. "json_url": "/json",
  63. "plaintext_url": "/plaintext",
  64. "port": 8080,
  65. "approach": "Realistic",
  66. "classification": "Platform",
  67. "database": "None",
  68. "framework": "None",
  69. "language": "Java",
  70. "flavor": "None",
  71. "orm": "Raw",
  72. "platform": "httpserver",
  73. "webserver": "None",
  74. "os": "Linux",
  75. "database_os": "Linux",
  76. "display_name": "httpserver-robaho",
  77. "notes": "",
  78. "versus": ""
  79. },
  80. "robaho-postgres": {
  81. "fortune_url": "/fortunes",
  82. "port": 8080,
  83. "approach": "Realistic",
  84. "classification": "Platform",
  85. "database": "Postgres",
  86. "framework": "None",
  87. "language": "Java",
  88. "flavor": "None",
  89. "orm": "Raw",
  90. "platform": "httpserver",
  91. "webserver": "None",
  92. "os": "Linux",
  93. "database_os": "Linux",
  94. "display_name": "httpserver-robaho-postgres",
  95. "notes": "",
  96. "versus": ""
  97. },
  98. "robaho-graalvm": {
  99. "json_url": "/json",
  100. "plaintext_url": "/plaintext",
  101. "port": 8080,
  102. "approach": "Realistic",
  103. "classification": "Platform",
  104. "database": "None",
  105. "framework": "None",
  106. "language": "Java",
  107. "flavor": "None",
  108. "orm": "Raw",
  109. "platform": "httpserver",
  110. "webserver": "None",
  111. "os": "Linux",
  112. "database_os": "Linux",
  113. "display_name": "httpserver-robaho-graalvm",
  114. "notes": "",
  115. "versus": "httpserver-robaho"
  116. }
  117. }
  118. ]
  119. }