astropy / astropy-benchmarks

Benchmarks for the astropy project
https://spacetelescope.github.io/bench/astropy-benchmarks/
BSD 3-Clause "New" or "Revised" License
7 stars 27 forks source link

Add stats benchmarks #52

Open bsipocz opened 6 years ago

bsipocz commented 6 years ago

E.g. sigma clip was being reported very slow here:

https://github.com/astropy/ccdproc/issues/624

larrybradley commented 6 years ago

I plan to add some sigma clip benchmarks soon.

larrybradley commented 6 years ago

Sigma clipping benchmarks: https://github.com/astropy/astropy-benchmarks/pull/55

pllim commented 6 years ago

@larrybradley is this solved or there are more?

bsipocz commented 6 years ago

@pllim - Currently we have the sigma clipping benchmarks, but ideally it would be great to add benchmarks for other stats functionality, too.