benchmark_config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "framework": "cppcms",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "db_url": "/db",
  7. "update_url": "/updates/",
  8. "fortune_url": "/fortunes",
  9. "plaintext_url": "/plaintext",
  10. "cached_query_url": "/cached-worlds/",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Platform",
  14. "database": "MySQL",
  15. "framework": "None",
  16. "language": "C++",
  17. "flavor": "None",
  18. "orm": "Raw",
  19. "platform": "None",
  20. "webserver": "None",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "CppCMS-MySQL-nginx",
  24. "notes": ""
  25. },
  26. "postgres": {
  27. "json_url": "/json",
  28. "db_url": "/db",
  29. "fortune_url": "/fortunes",
  30. "plaintext_url": "/plaintext",
  31. "cached_query_url": "/cached-worlds/",
  32. "port": 8080,
  33. "approach": "Realistic",
  34. "classification": "Platform",
  35. "database": "postgres",
  36. "framework": "None",
  37. "language": "C++",
  38. "flavor": "None",
  39. "orm": "Raw",
  40. "platform": "None",
  41. "webserver": "None",
  42. "os": "Linux",
  43. "database_os": "Linux",
  44. "display_name": "CppCMS-PostgreSQL-nginx",
  45. "notes": ""
  46. }
  47. }]
  48. }