diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2013-06-03 12:37:15 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2013-06-03 12:37:15 -0400 |
commit | 2eef2140cb422406b68be05a913b88045ba34025 (patch) | |
tree | 3ba889969b21c5e287e8ba59e1e6e7ef3d597345 /bs4/diagnose.py | |
parent | 37f53a378ddab1c67a54448bb87cb61b5e122a44 (diff) |
Updated NEWS.
Diffstat (limited to 'bs4/diagnose.py')
-rw-r--r-- | bs4/diagnose.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bs4/diagnose.py b/bs4/diagnose.py index df72f65..4d0b00a 100644 --- a/bs4/diagnose.py +++ b/bs4/diagnose.py @@ -201,6 +201,4 @@ def profile(num_elements=100000, parser="lxml"): stats.print_stats('_html5lib|bs4', 50) if __name__ == '__main__': - #diagnose(sys.stdin.read()) - profile(100000, parser="lxml") - # benchmark_parsers() + diagnose(sys.stdin.read()) |