On Thu, Dec 21, 2023 at 6:14 AM Hou Tao <houtao@xxxxxxxxxxxxxxx> wrote: > > From: Hou Tao <houtao1@xxxxxxxxxx> > > Various benchmarks define its specific metrics in bench_res. This not > only bloats the size of bench_res, but also make the code that tries to > reuse the space hard to follow. > > So move benchmark specific metrics into stand-alone structs and pack > these structs into a union to reduce the size of bench_res. > > Signed-off-by: Hou Tao <houtao1@xxxxxxxxxx> Acked-by: Song Liu <song@xxxxxxxxxx>