benchmark_config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "db_url": "/db",
  28. "fortune_url": "/fortunes",
  29. "cached_query_url": "/cached-worlds/",
  30. "port": 8080,
  31. "approach": "Realistic",
  32. "classification": "Platform",
  33. "database": "postgres",
  34. "framework": "None",
  35. "language": "C++",
  36. "flavor": "None",
  37. "orm": "Raw",
  38. "platform": "None",
  39. "webserver": "None",
  40. "os": "Linux",
  41. "database_os": "Linux",
  42. "display_name": "CppCMS-PostgreSQL-nginx",
  43. "notes": ""
  44. }
  45. }]
  46. }