Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anntzer/mplcairo-asv
asv benchmarks for mplcairo
https://github.com/anntzer/mplcairo-asv
Last synced: 10 days ago
JSON representation
asv benchmarks for mplcairo
- Host: GitHub
- URL: https://github.com/anntzer/mplcairo-asv
- Owner: anntzer
- License: mit
- Created: 2018-04-02T00:09:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T23:10:42.000Z (over 6 years ago)
- Last Synced: 2024-10-27T12:50:24.370Z (about 2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
asv benchmark suite for mplcairo
================================Run e.g. with ::
PIP_FIND_LINKS=/path/containing/wheels PIP_NO_INDEX=true asv run
where ``/path/containing/wheels`` contains wheels for all mplcairo,
setuptools_scm and pytest direct and indirect dependencies (as generated by
``pip wheel mplcairo setuptools_scm pytest``). In particular, the Matplotlib
wheel should be built *without* the ``local_freetype`` option, which older
versions of mplcairo do not support (this is the reason to rely on a local
wheel directory).