benchmark_config.json 601 B

123456789101112131415161718192021222324252627
  1. {
  2. "framework": "saphir",
  3. "tests": [
  4. {
  5. "default": {
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Micro",
  11. "database": "None",
  12. "framework": "Saphir",
  13. "language": "Rust",
  14. "flavor": "None",
  15. "orm": "None",
  16. "platform": "None",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "Saphir",
  21. "notes": "",
  22. "versus": "Rocket",
  23. "tags": ["broken"]
  24. }
  25. }
  26. ]
  27. }