Skip to content

Commit

Permalink
Remove assertion
Browse files Browse the repository at this point in the history
kimwalisch committed Feb 13, 2024
1 parent ec32585 commit 731162c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/stressTest.cpp
Original file line number Diff line number Diff line change
@@ -137,8 +137,6 @@ std::string getTimeout(int64_t secs)
void stressTestInfo(const CmdOptions& opts,
int threads)
{
ASSERT(stressTestMode == "CPU" || stressTestMode == "RAM");

std::cout << "Started " << opts.stressTestMode << " stress testing using " << threads << " threads.\n";
std::cout << "The expected memory usage is: " << threads << " threads * ";

0 comments on commit 731162c

Please sign in to comment.