https://github.com/rossant/galry-benchmarks
https://github.com/rossant/galry-benchmarks
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rossant/galry-benchmarks
- Owner: rossant
- Created: 2013-10-27T22:07:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T21:45:46.000Z (about 12 years ago)
- Last Synced: 2025-01-20T23:28:00.661Z (12 months ago)
- Language: Python
- Size: 198 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Performance comparison between Galry and Matplotlib
This repository contains benchmarks that compare the performance of Galry and Matplotlib in terms of:
* Frames Per Seconds (FPS) while zooming on a plot
* Memory consumption
* First frame rendering time
These values are computed on plots containing 10 white noise signals with (N/10) points in each, with N varying from 100 to a maximum of 100,000,000 on systems that support such huge plots.
To run the benchmarks:
* You need Matplotlib and the latest version of Galry (>= 0.2.0)
* Clone this repository, cd into it, and run:
python run.py
* After several minutes, you'll find a JSON file in this repository with the benchmark results. Just run
python plot.py
to plot the results.
[](https://bitdeli.com/free "Bitdeli Badge")