mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
The load_names benchmark expected the input CSV with domains would fill the whole item array and it would crash when the number of lines would be less than that. Fix the expectations by using the real number or lines read to calculate the array start and end position for each benchmark thread.