Skip to content

Commit 6cf9bfc

Browse files
author
Karl Ramm
committed
Interfaces changed.
1 parent 5a6e98a commit 6cf9bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def main():
3434
c.match(s)
3535

3636
print('reap ', end='')
37-
c = reap.re_compile(tre)
37+
c = reap.compile(tre)
3838
with timer():
3939
for _ in range(COUNT):
40-
reap.execute_threaded(c, s)
40+
c.match(s)
4141

4242

4343
if __name__ == '__main__':

0 commit comments

Comments
 (0)