benchmark_config.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "framework": "cppcms",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "db_url": "/db",
  7. "query_url": "/queries/",
  8. "update_url": "/updates/",
  9. "fortune_url": "/fortunes",
  10. "plaintext_url": "/plaintext",
  11. "cached_query_url": "/cached-worlds/",
  12. "port": 8080,
  13. "approach": "Realistic",
  14. "classification": "Platform",
  15. "database": "MySQL",
  16. "framework": "None",
  17. "language": "C++",
  18. "flavor": "None",
  19. "orm": "Raw",
  20. "platform": "None",
  21. "webserver": "None",
  22. "os": "Linux",
  23. "database_os": "Linux",
  24. "display_name": "CppCMS-MySQL-nginx",
  25. "notes": ""
  26. },
  27. "postgres": {
  28. "json_url": "/json",
  29. "db_url": "/db",
  30. "query_url": "/queries/",
  31. "update_url": "/updates/",
  32. "fortune_url": "/fortunes",
  33. "plaintext_url": "/plaintext",
  34. "cached_query_url": "/cached-worlds/",
  35. "port": 8080,
  36. "approach": "Realistic",
  37. "classification": "Platform",
  38. "database": "postgres",
  39. "framework": "None",
  40. "language": "C++",
  41. "flavor": "None",
  42. "orm": "Raw",
  43. "platform": "None",
  44. "webserver": "None",
  45. "os": "Linux",
  46. "database_os": "Linux",
  47. "display_name": "CppCMS-PostgreSQL-nginx",
  48. "notes": ""
  49. },
  50. "direct": {
  51. "json_url": "/json",
  52. "db_url": "/db",
  53. "query_url": "/queries/",
  54. "update_url": "/updates/",
  55. "fortune_url": "/fortunes",
  56. "plaintext_url": "/plaintext",
  57. "cached_query_url": "/cached-worlds/",
  58. "port": 8080,
  59. "approach": "Realistic",
  60. "classification": "Platform",
  61. "database": "MySQL",
  62. "framework": "None",
  63. "language": "C++",
  64. "flavor": "None",
  65. "orm": "Raw",
  66. "platform": "None",
  67. "webserver": "None",
  68. "os": "Linux",
  69. "database_os": "Linux",
  70. "display_name": "CppCMS-MySQL-NoFront",
  71. "notes": "HTTP 1.0 and no Content-length header"
  72. }
  73. }]
  74. }