benchmark_config.json 507 B

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