benchmark_config.json 540 B

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