For this benchmark pypy --jit off is 3x slower than cpython3.11
from docutils.core import publish_doctree
from docutils import nodes
RST = """
Title One
=========
Paragraph with *emphasis* and **strong** text.