benchmark_config.json 556 B

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