benchmark_config.json 706 B

123456789101112131415161718192021222324252627
  1. {
  2. "framework": "morepath",
  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": "Micro",
  14. "database": "Postgres",
  15. "framework": "morepath",
  16. "language": "Python",
  17. "flavor": "Python3",
  18. "orm": "Full",
  19. "platform": "Meinheld",
  20. "webserver": "gunicorn",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "Morepath",
  24. "notes": "uses Morepath with PonyORM for database access"
  25. }
  26. }]
  27. }