benchmark_config.json 568 B

12345678910111213141516171819202122232425
  1. {
  2. "framework": "evhttp-sharp",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/",
  6. "plaintext_url": "/plaintext",
  7. "port": 8085,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "database": "None",
  11. "framework": "evhttp-sharp",
  12. "language": "C#",
  13. "flavor": "Mono",
  14. "orm": "Raw",
  15. "platform": "None",
  16. "webserver": "None",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "evhttp-sharp",
  20. "notes": "",
  21. "versus": "evhttp-sharp",
  22. "tags": ["broken"]
  23. }
  24. }]
  25. }