Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankeshanand/benchmark
Update: The repository has been moved to https://github.com/BRL-CAD/benchmark. Subsequent development will take place there.
https://github.com/ankeshanand/benchmark
Last synced: 2 months ago
JSON representation
Update: The repository has been moved to https://github.com/BRL-CAD/benchmark. Subsequent development will take place there.
- Host: GitHub
- URL: https://github.com/ankeshanand/benchmark
- Owner: ankeshanand
- License: bsd-2-clause
- Created: 2014-05-10T15:20:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T05:58:30.000Z (almost 10 years ago)
- Last Synced: 2024-05-23T00:10:33.657Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 2
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BRL-CAD Benchmarks
=========An online platform for the BRL-CAD Benchmark Suite to view and share a detailed analysis of your systems's performace. Built with Django and Python, a GSoC '14 project.
Originally forked from [here](http://bitbucket.org/suryajith/benchmark/)## Screenshots
![Hi There](http://i.imgur.com/zmhV8Sk.png "Result of a Benchmark Run")
Result of a Benchmark Run
Building
============* Clone the repository ````git clone https://github.com/BRL-CAD/benchmark.git````
* Change to the project directory ````cd benchmark````
* Swith to the development branch: ````git checkout development````
* If required, make changes to ````settings.py```` to ensure database credentials are matching with that on your system.
* Initailize a few things: ````bash ./setup.sh````
* Install and Serve the application ````make clean && make serve````
* go to ````localhost:8888/```` and upload some files## Contact
You can usually find us at the following IRC channel : [irc://chat.freenode.net:6667/brlcad](http://webchat.freenode.net/?channels=#brlcad).