@@ -17,7 +17,7 @@ TEST(DeglibRegressionL2Uint8, Benchmark_AVX512_Ext32)
1717
1818 auto gt_data = compute_groundtruth_l2_uint8 (base_data, base_count, query_data, query_count, dim, 10 );
1919
20- run_regression_test (" AVX512_Ext32" , deglib::Metric::L2_Uint8, 78000.0 , 4.6 , 0.98 ,
20+ run_regression_test (" AVX512_Ext32" , deglib::Metric::L2_Uint8, 78000.0 , 4.6 , 0.99 ,
2121 base_data.data (), query_data.data (), base_count, query_count, dim, gt_data,
2222 deglib::distances::uint8_l2::L2Uint8Ext32_AVX512{}, 500 );
2323#else
@@ -42,7 +42,7 @@ TEST(DeglibRegressionL2Uint8, Benchmark_AVX2_Ext32)
4242
4343 auto gt_data = compute_groundtruth_l2_uint8 (base_data, base_count, query_data, query_count, dim, 10 );
4444
45- run_regression_test (" AVX2_Ext32" , deglib::Metric::L2_Uint8, 789000 .0 , 4.6 , 0.98 ,
45+ run_regression_test (" AVX2_Ext32" , deglib::Metric::L2_Uint8, 78000 .0 , 4.6 , 0.99 ,
4646 base_data.data (), query_data.data (), base_count, query_count, dim, gt_data,
4747 deglib::distances::uint8_l2::L2Uint8Ext32_AVX2{}, 500 );
4848#else
@@ -67,7 +67,7 @@ TEST(DeglibRegressionL2Uint8, Benchmark_SSE_Ext32)
6767
6868 auto gt_data = compute_groundtruth_l2_uint8 (base_data, base_count, query_data, query_count, dim, 10 );
6969
70- run_regression_test (" SSE_Ext32" , deglib::Metric::L2_Uint8, 74000.0 , 5.1 , 0.98 ,
70+ run_regression_test (" SSE_Ext32" , deglib::Metric::L2_Uint8, 74000.0 , 5.1 , 0.99 ,
7171 base_data.data (), query_data.data (), base_count, query_count, dim, gt_data,
7272 deglib::distances::uint8_l2::L2Uint8Ext32_SSE{}, 500 );
7373#else
@@ -88,7 +88,7 @@ TEST(DeglibRegressionL2Uint8, Benchmark_Scalar)
8888
8989 auto gt_data = compute_groundtruth_l2_uint8 (base_data, base_count, query_data, query_count, dim, 10 );
9090
91- run_regression_test (" Scalar" , deglib::Metric::L2_Uint8, 67000.0 , 5.5 , 0.98 ,
91+ run_regression_test (" Scalar" , deglib::Metric::L2_Uint8, 67000.0 , 5.5 , 0.99 ,
9292 base_data.data (), query_data.data (), base_count, query_count, dim, gt_data,
9393 deglib::distances::uint8_l2::L2Uint8{}, 500 );
9494}
0 commit comments