-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e45f35
commit be75432
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add your code here |