diff --git a/.travis.yml b/.travis.yml index e9551a6..6be93b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ language: python cache: pip arch: - - amd64 - - arm64 - ppc64le + - arm64 - s390x python: @@ -33,7 +32,7 @@ deploy: repo: ultrajson/ultrajson branch: master python: "3.8" - condition: $TRAVIS_CPU_ARCH = amd64 + condition: $TRAVIS_CPU_ARCH = ppc64le username: __token__ password: secure: "rwg0zHBkAOw82fvcyH5VbS941Qu++kHGng5XOZBU4MQKr3TW7pzr3pgXqOX48rhEhXStuEKY6WquiwDAYnULNgTkvMeuMEPVPdIfrZUFj+mzEn0UY9xunMSz79uGubU9Nc+zbqgBEoEeY1rCmpwcaSWyH8M1MR/I3ZhL6UZAaP+j59diFgdlDjp1Knu1lmbNMEu1rpb/VrERLcOqs2Ggxegw7yH1cYn1fMliSvx8MZjMwBGYWQ66TWqZmocfv4aW76t3WE9NnvxdKROs+WjvYVk9WQRf+X922i+bQ3m6W76qaey6/lplscsbs1SeUmtxu3Qom7yoHr6URXY37mbIjbN/areLQHY2j16vX0CIJuZNmYWLL31g4gpZ6sLbLLPLX9ZettM2ymEkNy37WyhlCblM1t76On/4MkDIViRgNsQHq/XDmW+PPumMs4pxjQ/k9+e/E5yMxOmt1OvY2jL9RVCZ3WdewsPBDlL9ti71kUZKUeczcirTqVsJdxvzxeFb3dbphETqNtEO+PwtoklYnGnMR3axBLbx28DwUY/qwkw/nFrSuJ4MKpiKtkdle5UvTp9gGMDvW89FxOqYEklkSy4AwxYQqkkTjkTBlewxi75RIRdwGjoY5mGdPL6tI1kItYU1+INwT9pA5vU3wZxv4v3FrrhBUpSgJl/4GpP+tas=" @@ -45,7 +44,7 @@ deploy: repo: ultrajson/ultrajson branch: master python: "3.8" - condition: $TRAVIS_CPU_ARCH = amd64 + condition: $TRAVIS_CPU_ARCH = ppc64le username: __token__ password: secure: "n8MDp/Si7GWjv10PDxIts2WtCa/bvArrSDzFypUQ8LYftKTjAMsmXy8+hj+CViiAzLhA733WbvIck59uhggduJMpiAFxn8EOFPc/KeTrutReI/WWC1UD/dt2v5slJmmxEYFnUK3dx1zPTdIgiJnAyWbsIMJSsGGH0b9IpKdnJ9eY5RAaGMiabR3rsM+uj8vq5ErfBTaj1q0NWaU+1AHb7cUtCAZ/PSUzgSNrnJeNRWQY7aptyyymp87KiL1sweyIaLneZRHbkhPaTmFtGsI5c8nnq2omAawmPQHZ2hJRhucfp2TDzLAVUiryDG1Fr1VDOOjZNu7F2XrP85z2inOWSuJDjyyfTjg0MiqVhfcGBH9T1YlcT+p4zyUFBmujdqQnzQKA/Y2jguj8Zl8yZ/ORHJn2cRzeJKSZsbgWp9j2TVaoBd38zTwNJ7TNKKSlx7clcTeODepaip3eBZUGoO2riRW5lYpKnEHUEimHVLJlE4PmGIFxPHdM8CUawC402TaEU3pPHIy7z0MANq7SMzMjPVFnx8vPzHVudsgGQs+a9F1ecNQAFCiGWAmutdJEZ26fFhYFQzagw5j/PgcPdsulWR/tVmICVXD+GSTLBpHJsluCN8gLnLj8S08TmMxS2u7ux4Yyu4gv/eWjduZraFqeAdTr2cNpz1TLwTXx38UvWpo=" diff --git a/README.rst b/README.rst index db14de7..32970bb 100644 --- a/README.rst +++ b/README.rst @@ -13,14 +13,14 @@ UltraJSON :alt: PyPI downloads :target: https://pypistats.org/packages/ujson -.. image:: https://travis-ci.com/ultrajson/ultrajson.svg?branch=master - :alt: Travis CI status - :target: https://travis-ci.com/ultrajson/ultrajson - .. image:: https://github.com/ultrajson/ultrajson/workflows/Test/badge.svg :alt: GitHub Actions status :target: https://github.com/ultrajson/ultrajson/actions?query=workflow%3ATest +.. image:: https://travis-ci.com/ultrajson/ultrajson.svg?branch=master + :alt: Travis CI status + :target: https://travis-ci.com/ultrajson/ultrajson + .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :alt: Code style: Black :target: https://github.com/psf/black @@ -93,9 +93,9 @@ Controls whether indention ("pretty output") is enabled. Default is ``0`` (disab "foo":"bar" } -============ -Benchmarks -============ +========== +Benchmarks +========== *UltraJSON* calls/sec compared to three other popular JSON parsers with performance gain specified below each. ~~~~~~~~~~~~~