Skip to content

Commit

Permalink
removed all dm gtests
Browse files Browse the repository at this point in the history
  • Loading branch information
LBern committed Aug 4, 2020
1 parent 6d6eaed commit 2bb6626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ TEST_F(DenseMappingTest, TestDenseMapping) {
LOG(INFO) << timing::Timing::Print();
}

/*
TEST_F(DenseMappingTest, TestParallelProcessEqualThreads) {
const std::size_t num_threads = 4;
const std::size_t start = 0;
Expand All @@ -136,7 +137,6 @@ TEST_F(DenseMappingTest, TestParallelProcessEqualThreads) {
EXPECT_EQ(thread_accum.load(), end - start);
}
/*
TEST_F(DenseMappingTest, TestParallelProcessLessThreads) {
const std::size_t num_threads = 4;
const std::size_t start = 0;
Expand Down

0 comments on commit 2bb6626

Please sign in to comment.