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

performance benchmarks #1023

Open
tylerjereddy opened this issue Oct 11, 2016 · 2 comments
Open

performance benchmarks #1023

tylerjereddy opened this issue Oct 11, 2016 · 2 comments

Comments

@tylerjereddy
Copy link
Member

It might be worth considering the use of simple performance benchmarks for the project over time -- I know that airspeed velocity is commonly used for large python projects and they have a github badge you can use. I believe it typically ends up in a separate repo.

It may serve to motivate performance improvements, especially if it can be used to reduce the barrier to benchmarking multiple versions of the same portion of code over time -- which can otherwise be a bit of a pain to do manually. So if you're thinking of making some portion of the code faster, but part of the 'activation energy' for doing so is the overhead to show that it actually is faster compared to some standard benchmark, that might be partially / entirely alleviated.

The more obvious purpose is probably to prevent performance regressions.

On the other hand, it is more work, but it could probably just be built up slowly over time.

@kain88-de
Copy link
Member

I started to include some crude benchmarks for blog posts announcing new versions. If we keep doing that we can build them up slowly.

@orbeckst orbeckst removed the proposal label Jul 25, 2020
@orbeckst
Copy link
Member

We should make an effort to cover more parts of the code with ASV benchmarks. The performance regressions alone are already helpful.

If we had a simple tutorial for developers how they could easily ASV-check their own code then that might motivate some people to (1) check code for performance, (2) write the ASV benchmark together with their code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants