Skip to content

Commit

Permalink
improve bound for unnecessary check (#5173)
Browse files Browse the repository at this point in the history
* improve bound for unnecessary check

* after discussion, removing the line
  • Loading branch information
Jeffrey Mendelsohn authored and GitHub Enterprise committed Jan 21, 2025
1 parent dd32267 commit 161f2e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion groups/bal/balb/balb_performancemonitor.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ void testParseProcStatStr(const bsl::string& procStatStr,
const double cpuTimeS = static_cast<double>(procStats.d_stime) /
static_cast<double>(clockTicksPerSec);

ASSERTV(cpuTimeU, 0.1 < cpuTimeU);
ASSERTV(cpuTimeU, cpuTimeU < 3);

ASSERTV(cpuTimeS, cpuTimeS < 1);
Expand Down

0 comments on commit 161f2e2

Please sign in to comment.