benchmark_config.json 538 B

12345678910111213141516171819202122232425
  1. {
  2. "framework": "hunt",
  3. "tests": [
  4. {
  5. "default": {
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Platform",
  11. "framework": "Hunt",
  12. "language": "D",
  13. "flavor": "DLang2",
  14. "orm": "Raw",
  15. "platform": "None",
  16. "webserver": "None",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "hunt",
  20. "notes": "",
  21. "versus": "Hunt"
  22. }
  23. }
  24. ]
  25. }