Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivoronin/benchsight
https://github.com/ivoronin/benchsight
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivoronin/benchsight
- Owner: ivoronin
- Created: 2015-10-18T07:36:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T15:02:04.000Z (about 9 years ago)
- Last Synced: 2024-04-17T21:12:12.598Z (7 months ago)
- Language: Python
- Size: 2.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchsight
Web app for inspecting benchmark results.
Currently, only SPEC CPU data is being used.## Requirements
See requirements.txt## Running
```
$ python manage.py syncdb
$ python manage.py cpu2006_import
$ python manage.py runserver
```## Hosted version
http://benchsight.azurewebsites.net/