benchmark_config.json 604 B

123456789101112131415161718192021222324252627
  1. {
  2. "framework": "snunit",
  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": "SNUnit",
  13. "language": "Scala",
  14. "flavor": "Native",
  15. "orm": "None",
  16. "platform": "Unit Nginx",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "SNUnit",
  21. "notes": "",
  22. "versus": "",
  23. "tags": ["broken"]
  24. }
  25. }
  26. ]
  27. }