diff -U3 /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/list_sort_simd.out --- /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out 2025-03-17 23:48:13 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/list_sort_simd.out 2025-03-17 23:54:10 @@ -26,62 +26,62 @@ (1 row) SELECT test_list_sort_simd_float_random(100, 20, 2, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------- - {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749} + test_list_sort_simd_float_random +----------------------------------------------------------------------------------------------------------------------- + {0.0003287075,0.012317667,0.023025734,0.02969798,0.052807085,0.06473413,0.08912913,0.09746116,0.10345733,0.103527315} (1 row) SELECT test_list_sort_simd_float_random(2, 20, 2, true); test_list_sort_simd_float_random ---------------------------------- - {0.03346995,0.32996422} + {0.0003287075,0.5245871} (1 row) SELECT test_list_sort_simd_float_random(1000, 200, 20, true); - test_list_sort_simd_float_random --------------------------------------------------------------------------------------------------------------------------------- - {0.0007317057,0.004217157,0.005766493,0.0061016046,0.0061097275,0.0065996465,0.0067929444,0.0072418055,0.008422677,0.00864573} + test_list_sort_simd_float_random +----------------------------------------------------------------------------------------------------------------------------------- + {0.0003287075,0.00082130823,0.0018691006,0.0020995084,0.005113211,0.0059094043,0.0064695245,0.0071208556,0.007900927,0.007965927} (1 row) SELECT test_list_sort_simd_float_random(10000, 20, 2, true); - test_list_sort_simd_float_random -------------------------------------------------------------------------------------------------------------------------------------- - {1.8109567e-06,2.763141e-05,0.00040355558,0.000526655,0.0007317057,0.0007829778,0.0008651167,0.0008660783,0.0008709226,0.001022493} + test_list_sort_simd_float_random +------------------------------------------------------------------------------------------------------------------------------------------ + {6.848015e-06,0.00013288716,0.00016395282,0.0002631694,0.00030173454,0.0003287075,0.00035713194,0.0005432982,0.0006413022,0.00080199866} (1 row) SELECT test_list_sort_simd_float_random(10000, 200, 50, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------------------------ - {1.8109567e-06,2.763141e-05,0.000526655,0.0007317057,0.0008660783,0.0008709226,0.001022493,0.0012402055,0.0024320218,0.002435991} + test_list_sort_simd_float_random +------------------------------------------------------------------------------------------------------------------------------------------ + {6.848015e-06,0.00013288716,0.00016395282,0.0002631694,0.00030173454,0.0003287075,0.00035713194,0.0005432982,0.0006413022,0.00080199866} (1 row) SELECT test_list_sort_simd_float_random(10000, 2000, 500, true); - test_list_sort_simd_float_random -------------------------------------------------------------------------------------------------------------------------------------- - {1.8109567e-06,2.763141e-05,0.00040355558,0.000526655,0.0007317057,0.0007829778,0.0008651167,0.0008660783,0.001022493,0.0012402055} + test_list_sort_simd_float_random +----------------------------------------------------------------------------------------------------------------------------------------- + {6.848015e-06,0.00013288716,0.0002631694,0.00030173454,0.0003287075,0.00035713194,0.0005432982,0.0006413022,0.00082130823,0.0010241279} (1 row) SELECT test_list_sort_simd_float_random(100000, 20000, 5000, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------------------------------- - {3.5329722e-06,2.763141e-05,6.246893e-05,7.02166e-05,7.395493e-05,9.09497e-05,0.000111196656,0.000111584086,0.00012805313,0.00015487056} + test_list_sort_simd_float_random +--------------------------------------------------------------------------------------------------------------------------------------------- + {3.6382116e-06,6.848015e-06,7.3919073e-06,6.426731e-05,0.00010654796,0.00012946548,0.00013288716,0.00016395282,0.00017451541,0.00019453513} (1 row) SELECT test_list_sort_simd_float_random(100000, 20000, 1000, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------------------------------- - {1.8109567e-06,3.5329722e-06,2.763141e-05,6.246893e-05,7.02166e-05,7.395493e-05,9.09497e-05,9.3645416e-05,0.000111196656,0.000111584086} + test_list_sort_simd_float_random +-------------------------------------------------------------------------------------------------------------------------------------------- + {3.6382116e-06,6.848015e-06,7.3919073e-06,6.426731e-05,0.00010654796,0.00012946548,0.00013288716,0.00014080247,0.0001419466,0.00016395282} (1 row) SELECT test_list_sort_simd_float_random(100, 20, 2, false); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------- - {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749} + test_list_sort_simd_float_random +----------------------------------------------------------------------------------------------------------------------- + {0.0003287075,0.012317667,0.023025734,0.02969798,0.052807085,0.06473413,0.08912913,0.09746116,0.10345733,0.103527315} (1 row) SELECT test_list_sort_simd_float_random(10000, 3000, 300, false); - test_list_sort_simd_float_random -------------------------------------------------------------------------------------------------------------------------------------- - {1.8109567e-06,2.763141e-05,0.00040355558,0.000526655,0.0007317057,0.0007829778,0.0008651167,0.0008660783,0.0008709226,0.001022493} + test_list_sort_simd_float_random +------------------------------------------------------------------------------------------------------------------------------------------ + {6.848015e-06,0.00013288716,0.00016395282,0.0002631694,0.00030173454,0.0003287075,0.00035713194,0.0005432982,0.00082130823,0.0014286605} (1 row)