f"delays bulk single-threaded cost averages at {single_thread_execution_time} ms per call to convert 488 directions for 96 antennas {count} times."
f"delays bulk single-threaded cost averages at {single_thread_execution_time} ms per call to convert {N_beamlets_ctrl} directions for {MAX_ANTENNA} antennas {count} times."
)
)
# compare against multi-threaded performance
# compare against multi-threaded performance
...
@@ -269,7 +269,7 @@ class TestDelaysBulk(base.TestCase):
...
@@ -269,7 +269,7 @@ class TestDelaysBulk(base.TestCase):
[t.join()fortinthreads]
[t.join()fortinthreads]
logging.error(
logging.error(
f"delays bulk multi-threaded averages are {[int(d)fordinduration_results_ms]} ms per call to convert 488 directions for 96 antennas {count} times using {nr_threads} threads."
f"delays bulk multi-threaded averages are {[int(d)fordinduration_results_ms]} ms per call to convert {N_beamlets_ctrl} directions for {MAX_ANTENNA} antennas {count} times using {nr_threads} threads."
)
)
# as we have a real time system and sufficient cores, we care
# as we have a real time system and sufficient cores, we care