Skip to content

Commit

Permalink
⚫ Fade to black.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 11, 2022
1 parent 71dd095 commit d405f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def entrypoint_regexp_perf():
import importlib_metadata
import re

input = '0' + ' ' * 2 ** 10 + '0' # end warmup
input = '0' + ' ' * 2**10 + '0' # end warmup

re.match(importlib_metadata.EntryPoint.pattern, input)

0 comments on commit d405f1b

Please sign in to comment.