benchmark_config.json 553 B

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