benchmark_config.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "framework": "socketify.py",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "port": 3000,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "database": "None",
  11. "framework": "None",
  12. "language": "Python",
  13. "flavor": "PyPy3",
  14. "orm": "Raw",
  15. "platform": "None",
  16. "webserver": "socketify.py",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "socketify.py [PyPy3]",
  20. "notes": ""
  21. },
  22. "python3": {
  23. "json_url": "/json",
  24. "plaintext_url": "/plaintext",
  25. "port": 3000,
  26. "approach": "Realistic",
  27. "classification": "Micro",
  28. "database": "None",
  29. "framework": "None",
  30. "language": "Python",
  31. "flavor": "Python3",
  32. "orm": "Raw",
  33. "platform": "None",
  34. "webserver": "socketify.py-python3",
  35. "os": "Linux",
  36. "database_os": "Linux",
  37. "display_name": "socketify.py",
  38. "notes": ""
  39. },
  40. "asgi": {
  41. "json_url": "/json",
  42. "plaintext_url": "/plaintext",
  43. "port": 3000,
  44. "approach": "Realistic",
  45. "classification": "Micro",
  46. "database": "None",
  47. "framework": "None",
  48. "language": "Python",
  49. "flavor": "PyPy3",
  50. "orm": "Raw",
  51. "platform": "None",
  52. "webserver": "socketify.py-asgi",
  53. "os": "Linux",
  54. "database_os": "Linux",
  55. "display_name": "socketify.py [ASGI PyPy3]",
  56. "notes": ""
  57. },
  58. "asgi-python3": {
  59. "json_url": "/json",
  60. "plaintext_url": "/plaintext",
  61. "port": 3000,
  62. "approach": "Realistic",
  63. "classification": "Micro",
  64. "database": "None",
  65. "framework": "None",
  66. "language": "Python",
  67. "flavor": "Python3",
  68. "orm": "Raw",
  69. "platform": "None",
  70. "webserver": "socketify.py-asgi",
  71. "os": "Linux",
  72. "database_os": "Linux",
  73. "display_name": "socketify.py [ASGI]",
  74. "notes": ""
  75. },
  76. "wsgi": {
  77. "json_url": "/json",
  78. "plaintext_url": "/plaintext",
  79. "port": 3000,
  80. "approach": "Realistic",
  81. "classification": "Micro",
  82. "database": "None",
  83. "framework": "None",
  84. "language": "Python",
  85. "flavor": "PyPy3",
  86. "orm": "Raw",
  87. "platform": "None",
  88. "webserver": "socketify.py-wsgi",
  89. "os": "Linux",
  90. "database_os": "Linux",
  91. "display_name": "socketify.py [WSGI PyPy3]",
  92. "notes": ""
  93. },
  94. "wsgi-python3": {
  95. "json_url": "/json",
  96. "plaintext_url": "/plaintext",
  97. "port": 3000,
  98. "approach": "Realistic",
  99. "classification": "Micro",
  100. "database": "None",
  101. "framework": "None",
  102. "language": "Python",
  103. "flavor": "Python3",
  104. "orm": "Raw",
  105. "platform": "None",
  106. "webserver": "socketify.py-wsgi",
  107. "os": "Linux",
  108. "database_os": "Linux",
  109. "display_name": "socketify.py [WSGI]",
  110. "notes": ""
  111. }
  112. }]
  113. }