Commit 09e03dcf authored by Kevin Modzelewski's avatar Kevin Modzelewski

Add sre_parse._parse microbenchmark

parent 7513842a
# sre_parse._parse() is a pretty hard function for us to jit
#
# It's hard to call directly, so instead call sre_compile.compile which (indirectly) calls _parse()
import sre_compile
for i in xrange(1000):
sre_compile.compile("", 0)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment