Skip to content

Commit

Permalink
Update benchmark for misaka
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed May 8, 2017
1 parent 56f6f4b commit e9e2066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def benchmark_misaka(text):
m.EXT_TABLES | m.EXT_STRIKETHROUGH
)
md = m.Markdown(m.HtmlRenderer(), extensions=extensions)
md.render(text)
md(text)


@benchmark('markdown2')
Expand Down

0 comments on commit e9e2066

Please sign in to comment.