benchmark_config 1.2 KB

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