benchmark_config.json 566 B

1234567891011121314151617181920212223242526
  1. {
  2. "framework": "suave",
  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": "Suave",
  13. "language": "F#",
  14. "flavor": "None",
  15. "orm": "None",
  16. "platform": ".NET",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "Suave",
  21. "notes": "",
  22. "versus": "None"
  23. }
  24. }
  25. ]
  26. }