We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f93047 commit 2e09cabCopy full SHA for 2e09cab
pyperformance/benchmarks/__init__.py
@@ -230,8 +230,8 @@ def BM_nbody(python, options):
230
return run_perf_script(python, options, "nbody")
231
232
233
-def BM_html5lib(python, options):
234
- return run_perf_script(python, options, "html5lib")
+#def BM_html5lib(python, options):
+# return run_perf_script(python, options, "html5lib")
235
236
237
def BM_richards(python, options):
setup.py
@@ -3,7 +3,6 @@
3
# FIXME:
4
#
5
# - REENABLE HTML5LIB BENCHMARK.
6
-# - ENABLE hg_startup on Python 3
7
8
# Update dependencies:
9
0 commit comments