Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix benchmark #119

Merged
merged 2 commits into from
Oct 29, 2021
Merged

Fix benchmark #119

merged 2 commits into from
Oct 29, 2021

Conversation

averms
Copy link
Contributor

@averms averms commented Oct 20, 2021

Changes are:

  • Use new Python-Markdown API
  • CommonMark package was renamed commonmark
  • It would have conflicted with the folder test/commonmark so
    the folder is renamed to test/specification.
  • Make benchmark fairer to Python-Markdown. The only extension added is 'tables'

Copy link
Collaborator

@pbodnar pbodnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@averms, thanks a lot for this fix. I have validated the changes and they generally make good sense to me. Can you just please have a look at some details within the review, plus rebase on the latest commit (or of course, I can do the rebase myself later)?

makefile Show resolved Hide resolved
test/benchmark.py Outdated Show resolved Hide resolved
@pbodnar pbodnar added the tests label Oct 24, 2021
- Use new Python-Markdown API
- CommonMark package was renamed commonmark
- It would have conflicted with the folder test/commonmark so
  the folder is renamed to test/specification.
@pbodnar pbodnar merged commit 9dc997f into miyuchina:master Oct 29, 2021
pbodnar added a commit that referenced this pull request Oct 29, 2021
... because mistletoe actually only implements footlinks.
@pbodnar
Copy link
Collaborator

pbodnar commented Oct 29, 2021

Hopefully all for now. :)

@pbodnar
Copy link
Collaborator

pbodnar commented Nov 14, 2021

Note: I have also re-run the benchmarks and updated the corresponding documentation: f513248, if you or anybody else would like to check...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants