Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jljusten/ministat-wrapper

Simple wrapper script for using ministat to test Mesa i965 driver
https://github.com/jljusten/ministat-wrapper

Last synced: 24 days ago
JSON representation

Simple wrapper script for using ministat to test Mesa i965 driver

Awesome Lists containing this project

README

        

Based on Eric's wrapper: http://anholt.net/compare-perf/

Pre-requisite packages: ministat

Usage:
1. Copy old i965_dri.so under the '1' directory
2. Copy new i965_dri.so under the '2' directory
3. Setup command script
* Copy command.sample to command
* Customize command script
* Test by running '1/script ./command' and '2/script/command'
4. Setup filtered-command script
* Copy filtered-command.sample to filtered-command
* Customize filtered-command script
* Test by running '1/script ./filtered-command'
* It should output a single number
5. Run ./run-comparison script to collect data
6. Press Ctrl-C to break when you have enough data
7. Run 'ministat before after' again to see output again