benchmark_config 1020 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "framework": "wheezyweb",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Micro",
  11. "database": "None",
  12. "framework": "wheezy.web",
  13. "language": "Python",
  14. "orm": "Raw",
  15. "platform": "wheezy.web",
  16. "webserver": "None",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "wheezy.web",
  20. "notes": "CPython 2.7"
  21. },
  22. "py3": {
  23. "setup_file": "setup_py3",
  24. "json_url": "/json",
  25. "plaintext_url": "/plaintext",
  26. "port": 8080,
  27. "approach": "Realistic",
  28. "classification": "Micro",
  29. "database": "None",
  30. "framework": "wheezy.web",
  31. "language": "Python",
  32. "orm": "Raw",
  33. "platform": "wheezy.web",
  34. "webserver": "None",
  35. "os": "Linux",
  36. "database_os": "Linux",
  37. "display_name": "wheezy.web-py3",
  38. "notes": "CPython 3.4"
  39. }
  40. }]
  41. }