No successful run was found on version-14.4 (926f09a) during the generation of this report, so main (d39b225) was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Put name and num params in same log chunk (#11451)
We wish to query for entries which have logged both the experiment type
and num params. However, if logs gets too long, they get divided into
chunks, which might separate experiment type and num params
into different log chunks, which complicates the query logic.
This change will ensure the first chunk will always contain both
of these properties.
(cherry picked from commit c0d5c5f1bc82a22224944e036e7766c6e4f2f637)