X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Ffeatures.rst;h=e6afdd3a96687d2d36a207474fd5d74a43be60e6;hp=afe10447abf4b37b9c642077b08ddc90d57a07b7;hb=cb4322b285fd82acf587bf9d902d758475b38339;hpb=cc1605aa800ea590610865a1c4b28f53f796ba10 diff --git a/doc/features.rst b/doc/features.rst index afe1044..e6afdd3 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -26,9 +26,9 @@ practice it should be relatively easy to convert ``pyasn1``'s code to * Could be significantly faster. For example parsing of CACert.org's CRL under Python 3.5.2: - :``python -mpyderasn revoke.crl``: + :``python -m pyderasn revoke.crl``: ~2 min - :``python -mpyderasn --schema path.to.CertificateList revoke.crl``: + :``python -m pyderasn --schema path.to.CertificateList revoke.crl``: ~38 sec :``pyasn1.decode(asn1Spec=pyasn1.CertificateList())``: ~22 min (``pyasn1 == 0.2.3``)