Skip to content

Commit 2e09cab

Browse files
committed
Really disable html5lib benchmark
1 parent 9f93047 commit 2e09cab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyperformance/benchmarks/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ def BM_nbody(python, options):
230230
return run_perf_script(python, options, "nbody")
231231

232232

233-
def BM_html5lib(python, options):
234-
return run_perf_script(python, options, "html5lib")
233+
#def BM_html5lib(python, options):
234+
# return run_perf_script(python, options, "html5lib")
235235

236236

237237
def BM_richards(python, options):

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# FIXME:
44
#
55
# - REENABLE HTML5LIB BENCHMARK.
6-
# - ENABLE hg_startup on Python 3
76
#
87
# Update dependencies:
98
#

0 commit comments

Comments
 (0)