benchmark_config 494 B

12345678910111213141516171819202122
  1. {
  2. "framework": "web2py",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "plaintext_url": "/plaintext",
  7. "port": 8080,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "database": "MySQL",
  11. "framework": "web2py",
  12. "language": "Python",
  13. "orm": "Full",
  14. "platform": "web2Py",
  15. "webserver": "None",
  16. "os": "Linux",
  17. "database_os": "Linux",
  18. "display_name": "web2py",
  19. "notes": "CPython 2.7"
  20. }
  21. }]
  22. }