benchmark_config 544 B

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