mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-13 11:15:12 +01:00
Some tweakings of the time spend during warm up. That mostly matters if you set very short "--seconds", which can make sense for quickly checking something. Then the warmup should not take more thatn a certain percentage of the requested runs. When we have a constant factor, we still want not to run for more than 10% of the overall test time ... except, we still want to run at least ESTIMATE_ROUND_TIME_N_RUNS (because we skip the estimation step below). Also, adjust WARM_UP_ALWAYS_SEC to be only 20% of the test time, for short test runs. Also, don't print the messages about "Estimating round time" with a fixed "--factor".