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

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

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!