https://github.com/rmax/python-benchmarks
Assorted python-based benchmarks
https://github.com/rmax/python-benchmarks
Last synced: about 1 year ago
JSON representation
Assorted python-based benchmarks
- Host: GitHub
- URL: https://github.com/rmax/python-benchmarks
- Owner: rmax
- License: mit
- Created: 2016-06-18T17:44:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T00:26:59.000Z (almost 10 years ago)
- Last Synced: 2025-05-15T09:14:46.900Z (about 1 year ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
================================
Assorted python-based benchmarks
================================
This repository contains a collection of benchmark of interest.
Guidelines
==========
* A benchmark should have its own folder in lowercase with dashes. A benchmark
must have a brief explanation and a straightforward way to reproduce it.
* External data used (i.e.: compressed files) should be stored under datasets
directory, but data files must not be commited. Each dataset folder must
include a script to reproduct and/or download the data files.
Contributing
============
Feel free to fork and contribute benchmarks!