benchmark_config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "framework": "vertx",
  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": "Vert.x",
  12. "language": "Java",
  13. "flavor": "None",
  14. "orm": "Raw",
  15. "platform": "Vert.x",
  16. "webserver": "None",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "vertx",
  20. "notes": "",
  21. "versus": ""
  22. },
  23. "postgres": {
  24. "db_url": "/db",
  25. "query_url": "/queries?queries=",
  26. "fortune_url": "/fortunes",
  27. "update_url": "/updates?queries=",
  28. "cached_query_url": "/cached-queries?count=",
  29. "port": 8080,
  30. "approach": "Realistic",
  31. "classification": "Platform",
  32. "database": "Postgres",
  33. "framework": "Vert.x",
  34. "language": "Java",
  35. "flavor": "None",
  36. "orm": "Raw",
  37. "platform": "Vert.x",
  38. "webserver": "None",
  39. "os": "Linux",
  40. "database_os": "Linux",
  41. "display_name": "vertx-postgres",
  42. "notes": "",
  43. "versus": ""
  44. }
  45. }]
  46. }