spacepaste

  1.  
  2. {
  3. "ai": {
  4. "warmup": 2,
  5. "total_runs": 52,
  6. "description": "Brute force n-queens solver."
  7. },
  8. "bm_chameleon": {
  9. "total_runs": 10,
  10. "warmup": 2,
  11. "description": "Chameleon templating library benchmark",
  12. "comment": "needs reupdating chameleon"
  13. },
  14. "bm_mako": {
  15. "description": "Mako templating library benchmark",
  16. "comment": "needs updating",
  17. "total_runs": 20,
  18. "warmup": 2
  19. },
  20. "bm_dulwich_log": {
  21. "description": "Pure python git implementation",
  22. "comment": "needs updating",
  23. "warmup": 3
  24. },
  25. "bm_icbd": {
  26. "comment": "enable this benchmark"
  27. },
  28. "bm_krakatau": {
  29. "description": "Java decompiler benchmark",
  30. "total_runs": 60,
  31. "comment": "look into updating & warmup",
  32. "warmup": 40
  33. },
  34. "bm_mdp": {
  35. "description": "Some AI ..."
  36. },
  37. "pypy_interp": {
  38. "description": "interpreting py.py",
  39. "comment": " # XXX UPDATE"
  40. },
  41. "chaos": {
  42. "description": "Creates chaosgame-like fractals"
  43. },
  44. "cpython_doc": {
  45. "description": "Run sphinx over cpython documentation",
  46. "total_runs": 1,
  47. "process_runs": 1
  48. },
  49. "crypto_pyaes": {
  50. "description": "A pure python implementation of AES"
  51. },
  52. "django": {
  53. "warmup": 2,
  54. "total_runs": 52,
  55. "description": "Uses the Django template system to build a 150x150-cell HTML table."
  56. },
  57. "eparse": {
  58. },
  59. "fannkuch": {
  60. "description": "Indexed-access to tiny integer-sequence. The fannkuch benchmark is defined by programs in Performing Lisp Analysis of the FANNKUCH Benchmark, Kenneth R. Anderson and Duane Rettig."
  61. },
  62. "gcbench": {
  63. "total_runs": 5,
  64. "description": "Classic gcbench"
  65. },
  66. "genshi_text": {
  67. "description": "Genshi template rendering using text, generator heavy"
  68. },
  69. "genshi_xml": {
  70. "description": "Genshi template rendering using XML, generator heavy"
  71. },
  72. "go": {
  73. "description": "A go game computer player AI."
  74. },
  75. "hexiom2": {
  76. },
  77. "html5lib": {
  78. "warmup": 0,
  79. "total_runs": 5,
  80. "description": "Parses the HTML 5 spec using html5lib."
  81. },
  82. "json_bench": {
  83. "description": "Tests the speed of json encoding"
  84. },
  85. "meteor-contest": {
  86. "description": "Searchs for solutions to shape packing puzzle."
  87. },
  88. "nbody_modified": {
  89. "warmup": 2,
  90. "total_runs": 52,
  91. "description": "Double-precision N-body simulation. It models the orbits of Jovian planets, using a simple symplectic-integrator."
  92. },
  93. "pidigits": {
  94. "description": "Computes the digits of PI. Long heavy",
  95. "total_runs": 5
  96. },
  97. "pyflate-fast": {
  98. "description": "Stand-alone pure-Python DEFLATE (gzip) and bzip2 decoder/decompressor."
  99. },
  100. "raytrace-simple": {
  101. "description": "A raytracer renderer"
  102. },
  103. "richards": {
  104. "warmup": 2,
  105. "total_runs": 52,
  106. "description": "Medium-sized language benchmark that simulates the task dispatcher in the kernel of an operating system."
  107. },
  108. "rietveld": {
  109. "warmup": 2,
  110. "total_runs": 1500,
  111. "description": "A Django application benchmark."
  112. },
  113. "scimark_fft": {
  114. },
  115. "scimark_lu": {
  116. },
  117. "scimark_montecarlo": {
  118. },
  119. "scimark_sor": {
  120. },
  121. "scimark_sparsematmult": {
  122. },
  123. "slowspitfire": {
  124. "description": "Uses the Spitfire template system to build a 1000x1000-cell HTML table; it differs from spitfire in that it uses .join(list) instead of cStringIO."
  125. },
  126. "spambayes": {
  127. "description": "Spambayes spam classification filter",
  128. "warmup": 1,
  129. "total_runs": 51
  130. },
  131. "spectral-norm": {
  132. },
  133. "spitfire": {
  134. "description": "Uses the Spitfire template system to build a 100x100-cell HTML table; it differs from spitfire in that it uses .join(list) instead of cStringIO.",
  135. "warmup": 2,
  136. "total_runs": 52
  137. },
  138. "spitfire_cstringio": {
  139. "description": "ses the Spitfire template system to build a 1000x1000-cell HTML table, using the cStringIO module."
  140. },
  141. "sympy_expand": {
  142. "total_runs": 5,
  143. "description": "Use sympy (pure python symbolic math lib) do to expansion"
  144. },
  145. "sympy_integrate": {
  146. "total_runs": 5,
  147. "description": "Use sympy (pure python symbolic math lib) do to integration"
  148. },
  149. "sympy_str": {
  150. "total_runs": 5,
  151. "description": "Use sympy (pure python symbolic math lib) do to str() operation"
  152. },
  153. "sympy_sum": {
  154. "total_runs": 5,
  155. "description": "Use sympy (pure python symbolic math lib) do to summation"
  156. },
  157. "telco": {
  158. "description": "A small program which is intended to capture the essence of a telephone company billing application, with a realistic balance between Input/Output activity and application calculations."
  159. },
  160. "translate": {
  161. "description": "Translation benchmarks"
  162. },
  163. "trans2_annotate": {
  164. "description": "PyPy translation -O2 - annotation"
  165. },
  166. "trans2_backendopt": {
  167. "description": "PyPy translation -O2 - backendopt"
  168. },
  169. "trans2_database": {
  170. "description": "PyPy translation -O2 - C database"
  171. },
  172. "trans2_rtype": {
  173. "description": "PyPy translation -O2 - rtype"
  174. },
  175. "trans2_source": {
  176. "description": "PyPy translation -O2 - C source"
  177. },
  178. "twisted_iteration" : {
  179. "description": "Iterates a Twisted reactor as quickly as possible without doing any work.",
  180. "total_runs": 65,
  181. "warmup": 15
  182. },
  183. "twisted_names": {
  184. "description": "Runs a DNS server with Twisted Names and then issues requests to it over loopback UDP.",
  185. "total_runs": 65,
  186. "warmup": 15
  187. },
  188. "twisted_pb": {
  189. "description": "Runs a Perspective Broker server with a no-op method and invokes that method over loopback TCP with some strings, dictionaries, and tuples as arguments.",
  190. "total_runs": 65,
  191. "warmup": 15
  192. },
  193. "twisted_tcp": {
  194. "description": "Connects one Twised client to one Twisted server over TCP (on the loopback interface) and then writes bytes as fast as it can.",
  195. "total_runs": 65,
  196. "warmup": 15
  197. },
  198. "twisted_web": {
  199. "description": "Runs twisted web server and connects through twisted HTTP client",
  200. "total_runs": 25,
  201. "warmup": 15
  202. },
  203. "pyxl_bench": {
  204. "description": "Pyxl benchmark"
  205. },
  206. "sqlalchemy_benchmark": {
  207. },
  208. "sqlalchemy_imperative": {
  209. "total_runs": 100
  210. },
  211. "sqlalchemy_declarative": {
  212. "total_runs": 30
  213. },
  214. "sqlitesynth": {
  215. }
  216. }
  217.