@@ -90,7 +90,7 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, PadmmDistributeImage)(benchmark::State &state
9090 m_padmm = factory::padmm_factory<sopt::algorithm::ImagingProximalADMM<t_complex>>(
9191 factory::algo_distribution::mpi_distributed, m_measurements_distribute_image, wavelets,
9292 m_uv_data, m_sigma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ) + 1 , true , true ,
93- false , 1e-3 , 1e-2 , 50 , 1.0 );
93+ false , 1e-3 , 1e-2 , 50 );
9494
9595 // Benchmark the application of the algorithm
9696 while (state.KeepRunning ()) {
@@ -111,7 +111,7 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, PadmmDistributeGrid)(benchmark::State &state)
111111 m_padmm = factory::padmm_factory<sopt::algorithm::ImagingProximalADMM<t_complex>>(
112112 factory::algo_distribution::mpi_distributed, m_measurements_distribute_grid, wavelets,
113113 m_uv_data, m_sigma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ) + 1 , true , true ,
114- false , 1e-3 , 1e-2 , 50 , 1.0 );
114+ false , 1e-3 , 1e-2 , 50 );
115115
116116 // Benchmark the application of the algorithm
117117 while (state.KeepRunning ()) {
@@ -188,7 +188,7 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, FbOnnxDistributeImage)(benchmark::State &stat
188188 m_fb = factory::fb_factory<sopt::algorithm::ImagingForwardBackward<t_complex>>(
189189 factory::algo_distribution::mpi_serial, m_measurements_distribute_image, wavelets, m_uv_data,
190190 m_sigma, beta, gamma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ) + 1 , true , true ,
191- false , 1e-3 , 1e-2 , 50 , 1.0 , tf_model_path, nondiff_func_type::Denoiser);
191+ false , 1e-3 , 1e-2 , 50 , tf_model_path, nondiff_func_type::Denoiser);
192192
193193 // Benchmark the application of the algorithm
194194 while (state.KeepRunning ()) {
0 commit comments