You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove comment disabling BM_html5lib function (#114)
It looks like it was missed in [this commit](b92f635).
This was discovered while performance testing a build of python that didn't have `_sqlite3` built, and so when running the following:
```
python -m pyperformance run --benchmarks=-sqlalchemy_declarative,-sqlalchemy_imperative,-sqlite_synth
```
One gets a KeyError on `func = bench_funcs[name]` in `run.py`, and trying to work around it (adding `-html5lib` to `--benchmarks`) doesn't work, because `__init__.py` assumes things are in a consistent state.
0 commit comments