summaryrefslogtreecommitdiff
path: root/bs4/diagnose.py
diff options
context:
space:
mode:
Diffstat (limited to 'bs4/diagnose.py')
-rw-r--r--bs4/diagnose.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/diagnose.py b/bs4/diagnose.py
index 7c7ea7a..df72f65 100644
--- a/bs4/diagnose.py
+++ b/bs4/diagnose.py
@@ -202,5 +202,5 @@ def profile(num_elements=100000, parser="lxml"):
if __name__ == '__main__':
#diagnose(sys.stdin.read())
- profile(10000, parser="html5lib")
+ profile(100000, parser="lxml")
# benchmark_parsers()