benchmark_config 466 B

12345678910111213141516171819202122
  1. {
  2. "framework": "haywire",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "plaintext_url": "/plaintext",
  7. "port": 8000,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "database": "None",
  11. "framework": "haywire",
  12. "language": "C",
  13. "orm": "Raw",
  14. "platform": "haywire",
  15. "webserver": "None",
  16. "os": "Linux",
  17. "database_os": "Linux",
  18. "notes": "",
  19. "versus": ""
  20. }
  21. }]
  22. }