Skip to content

Commit

Permalink
impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Foo committed Apr 8, 2024
1 parent 7bfea39 commit 83e56dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ std::ostream &operator<<(std::ostream &recipient,
<< convert_time(stats.average).count() << " (ms)";
}

/*
TEST_CASE("Profiling serial vs mt", "[!mayfail]") {
const std::size_t trials = 10;
auto cloud = sampleCloud(50000);
Expand Down Expand Up @@ -118,4 +119,5 @@ TEST_CASE("Profiling serial vs mt", "[!mayfail]") {
std::cout << "Multi Threaded " << serial_times << std::endl;
CHECK(serial_times.average < mt_times.average);
}
}
*/

0 comments on commit 83e56dc

Please sign in to comment.