Skip to content

Commit

Permalink
Set check_correctness to false for benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim committed Dec 12, 2023
1 parent e866560 commit e827bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/tests/structure/mg_select_random_vertices_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ INSTANTIATE_TEST_SUITE_P(
factor (to avoid running same benchmarks more than once) */
Tests_MGSelectRandomVertices_Rmat,
::testing::Combine(
::testing::Values(SelectRandomVertices_Usecase{500, true},
SelectRandomVertices_Usecase{500, true}),
::testing::Values(SelectRandomVertices_Usecase{500, false},
SelectRandomVertices_Usecase{500, false}),
::testing::Values(cugraph::test::Rmat_Usecase(20, 32, 0.57, 0.19, 0.19, 0, false, false))));

CUGRAPH_MG_TEST_PROGRAM_MAIN()

0 comments on commit e827bd7

Please sign in to comment.