benchmark_config.json 548 B

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