benchmark_config.json 657 B

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