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

Run asv update over results #81

Closed StanczakDominik closed 4 years ago

StanczakDominik commented 4 years ago

This should fix the failing Travis CI, which complains about having overlarge log files. Those, in turn, are caused by each result json file crying out in agony over needing to be updated, as you're using the dev version of asv.

Oh dear, ∞ files changed.

This looks like it's going to be difficult to appropriately review. If you'd rather do it yourself than risk an outside party (me) messing up , asv update from current dev of asv.

StanczakDominik commented 4 years ago

At the very least it seems to be working locally quite nicely.

pllim commented 4 years ago

Eh... I thought @astrofrog pushes benchmarks to results directly... :woman_shrugging:

StanczakDominik commented 4 years ago

Yeah, but if that's the case, the automatic results -> asv gh-pages -> website uploader is still going to fail.

astrofrog commented 4 years ago

Thanks for the PR! Since it was impossible to review, I ran asv update on the actual machine that runs the benchmarks and pushed the commit from there in https://github.com/astropy/astropy-benchmarks/commit/4b6cfda1a39bf903f0300f565d960922dde5a82b - I'll close this PR, but thanks for starting this!