Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmark_spikeinterface_over_lifetime_with_airspeed_velocity to projects folder #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Project title:

### Key Investigators

* Heberto Mayorquin

Willing to work with anyone interested in benchmarks, willing to offer guidance or learn from someone else.

## Project Description
Some of the standard packages on the ecosystem use [air-speed velocity t]( https://github.com/airspeed-velocity/asv)o benchmark the package across time. Here are two examples:

* [scikit-learn](https://scikit-learn.org/scikit-learn-benchmarks/)
* [scipy](https://docs.scipy.org/doc/scipy/dev/contributor/benchmarking.html)

The idea is simple, implement the same for SpikeInterface.

### Background


### Objectives

- Create a repository with benchmarks and documentation

### Approach and Plan



Fill in with approach and project plan

* [ ] - Discuss with main mantainers and users what are common functionalities that are expected to last in time (i.e. saving data and loading data).
* [ ] Implement the benchmark for at least one function
* [ ] Add another function
* [ ] Document and

### Progress

Fill in with tentative milestones (or leave blacnk for later):

* [ ] Milestone 1
* [ ] Milestone 2
* [ ] Make PR to SpikeInterface

### Next Steps (optional)

Fill in with next steps

## References

TBD

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add your code here