Skip to content

Commit

Permalink
Python string was free'd too early so a segmentation fault appeared.
Browse files Browse the repository at this point in the history
  • Loading branch information
FSX committed Dec 7, 2011
1 parent 9944852 commit 5f3a56b
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 193 deletions.
1 change: 0 additions & 1 deletion benchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def benchmark_discount(text):
if __name__ == '__main__':
with open(path.join(path.dirname(__file__), 'markdown-syntax.md'), 'r') as fd:
text = fd.read()
# text = 'boobs' * 5000

loops = 10000
totals = []
Expand Down
Loading

0 comments on commit 5f3a56b

Please sign in to comment.