benchmark_config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "framework": "cherrypy",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "db_url": "/db",
  7. "query_url": "/queries?queries=",
  8. "fortune_url": "/fortunes",
  9. "update_url": "/updates?queries=",
  10. "plaintext_url": "/plaintext",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Micro",
  14. "database": "MySQL",
  15. "framework": "None",
  16. "language": "Python",
  17. "flavor": "Python2",
  18. "orm": "Full",
  19. "platform": "None",
  20. "webserver": "None",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "CherryPy [py2]",
  24. "notes": "CPython 2.7",
  25. "tags": ["broken"]
  26. },
  27. "py3": {
  28. "json_url": "/json",
  29. "db_url": "/db",
  30. "query_url": "/queries?queries=",
  31. "fortune_url": "/fortunes",
  32. "update_url": "/updates?queries=",
  33. "plaintext_url": "/plaintext",
  34. "port": 8080,
  35. "approach": "Realistic",
  36. "classification": "Micro",
  37. "database": "MySQL",
  38. "framework": "None",
  39. "language": "Python",
  40. "flavor": "Python3",
  41. "orm": "Full",
  42. "platform": "None",
  43. "webserver": "None",
  44. "os": "Linux",
  45. "database_os": "Linux",
  46. "display_name": "CherryPy",
  47. "notes": "CPython 3.9"
  48. }
  49. }]
  50. }