benchmark_config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "framework": "vertx-web-kotlin-coroutines",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "port": 8080,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "database": "None",
  11. "framework": "vertx-web",
  12. "language": "Kotlin",
  13. "flavor": "None",
  14. "orm": "Raw",
  15. "platform": "Vert.x",
  16. "webserver": "None",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "vertx-web-kotlin-coroutines",
  20. "notes": "",
  21. "versus": "vertx-web",
  22. "tags": ["broken"]
  23. },
  24. "postgres": {
  25. "db_url": "/db",
  26. "query_url": "/queries?queries=",
  27. "fortune_url": "/fortunes",
  28. "update_url": "/update?queries=",
  29. "port": 8080,
  30. "approach": "Realistic",
  31. "classification": "Micro",
  32. "database": "Postgres",
  33. "framework": "vertx-web",
  34. "language": "Kotlin",
  35. "flavor": "None",
  36. "orm": "Raw",
  37. "platform": "Vert.x",
  38. "webserver": "None",
  39. "os": "Linux",
  40. "database_os": "Linux",
  41. "display_name": "vertx-web-kotlin-coroutines-postgres",
  42. "notes": "",
  43. "versus": "vertx-web-postgres"
  44. }
  45. }]
  46. }