Skip to content

Commit

Permalink
loosen threshold (#5180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Mendelsohn authored and GitHub Enterprise committed Jan 24, 2025
1 parent cded187 commit 601357d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/bsl/bslmt/bslmt_throughputbenchmark.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ int main(int argc, char *argv[])
}

ASSERTV(countTightBoundPassed,
100 * countTightBoundPassed >= 50 * k_NUM_TRIALS);
100 * countTightBoundPassed >= 35 * k_NUM_TRIALS);

ASSERTV(countLooseBoundPassed,
100 * countLooseBoundPassed >= 60 * k_NUM_TRIALS);
Expand Down

0 comments on commit 601357d

Please sign in to comment.