You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears sometimes a build failure results to clobbered print output:
git clone https://github.com/pv/scipy-bench.git scipy-bench
cd scipy-bench
git checkout origin/param
./run.py run -n master^! # to make benchmark discovery work
./run.py run -n e80cb04^^..e80cb04
The first build fails (as it should, buggy commit), but the output from the second build command becomes strange --- it's as if the asv logger stops producing output, after printing out the skipped benchmark messages. The only thing that is printed are apparently the log.add stuff which goes directly to stdout.
Didn't manage to reproduce this yet in a simpler case and smaller repository (sorry)...
The text was updated successfully, but these errors were encountered:
It appears sometimes a build failure results to clobbered print output:
results to the following output from
asv
: https://gist.github.com/pv/7b73f66f404f58703ba7The first build fails (as it should, buggy commit), but the output from the second build command becomes strange --- it's as if the asv logger stops producing output, after printing out the skipped benchmark messages. The only thing that is printed are apparently the
log.add
stuff which goes directly to stdout.Didn't manage to reproduce this yet in a simpler case and smaller repository (sorry)...
The text was updated successfully, but these errors were encountered: