benchmark_config 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "fortune_url": "/fortune",
  10. "update_url": "/updates?queries=",
  11. "plaintext_url": "/plaintext",
  12. "port": 8080,
  13. "approach": "Realistic",
  14. "classification": "Micro",
  15. "database": "MySQL",
  16. "framework": "CherryPy",
  17. "language": "Python",
  18. "orm": "Full",
  19. "platform": "CherryPy",
  20. "webserver": "None",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "cherrypy",
  24. "notes": "CPython 2.7"
  25. },
  26. "py3": {
  27. "setup_file": "setup_py3",
  28. "json_url": "/json",
  29. "db_url": "/db",
  30. "query_url": "/queries?queries=",
  31. "fortune_url": "/fortune",
  32. "update_url": "/updates?queries=",
  33. "plaintext_url": "/plaintext",
  34. "port": 8080,
  35. "approach": "Realistic",
  36. "classification": "Micro",
  37. "database": "MySQL",
  38. "framework": "CherryPy",
  39. "language": "Python",
  40. "orm": "Full",
  41. "platform": "CherryPy",
  42. "webserver": "None",
  43. "os": "Linux",
  44. "database_os": "Linux",
  45. "display_name": "cherrypy-py3",
  46. "notes": "CPython 3.4"
  47. }
  48. }]
  49. }