aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

create benchmark workflow in CI #696

Open dkrako opened 4 months ago

dkrako commented 4 months ago

Description of the problem

We currently do not really know if commits increase or decrease overall performance.

Description of a solution

There's a nice github action for benchmarking your project on each commit: https://github.com/benchmark-action/github-action-benchmark/tree/master

Minimum acceptance criteria