Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
- Add a couple of minor tweaks
  • Loading branch information
frnmst committed Dec 22, 2022
1 parent 10c57c2 commit 498c6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Pipfile.lock
*.MD
!README.md
!CONTRIBUTING.md
benchmark.csv

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion md_toc/tests/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# ~50M characters
CHAR_SIZE = 1024 * 1024 * 50
ITERATIONS = 1000
ITERATIONS = 100

# At what nTH character to put a header.
# MIN_HEADER_STEP must be >= 10.
Expand Down

0 comments on commit 498c6d6

Please sign in to comment.