benchmark_config.json 681 B

12345678910111213141516171819202122232425262728
  1. {
  2. "framework": "pyramid",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "db_url": "/db",
  7. "query_url": "/queries?queries=",
  8. "fortune_url": "/fortunes",
  9. "update_url": "/updates?queries=",
  10. "plaintext_url": "/plaintext",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Fullstack",
  14. "database": "Postgres",
  15. "framework": "pyramid",
  16. "language": "Python",
  17. "flavor": "Python3",
  18. "orm": "Full",
  19. "platform": "None",
  20. "webserver": "Meinheld",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "Pyramid",
  24. "notes": "",
  25. "versus": "wsgi"
  26. }
  27. }]
  28. }