PTB-M4D / PyDynamic

Python library for the analysis of dynamic measurements
https://ptb-m4d.github.io/PyDynamic/
GNU Lesser General Public License v3.0
26 stars 13 forks source link

Improve CI printings #255

Closed BjoernLudwigPTB closed 3 years ago

BjoernLudwigPTB commented 3 years ago

The original purpose of this was to hopefully increase execution speed of the pipeline. Unfortunately we found out, that we are simply using all the available cpu capacity. That means speeding up the pipeline mainly requires tweaking the performance of the PyDynamic functionality under test and not so easily by rearranging tests, as far as we see, right now. Still we improved the printings, so we would like to keep the changes.