Skip to content

Commit 601357d

Browse files
Jeffrey MendelsohnGitHub Enterprise
Jeffrey Mendelsohn
authored and
GitHub Enterprise
committed
loosen threshold (#5180)
1 parent cded187 commit 601357d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

groups/bsl/bslmt/bslmt_throughputbenchmark.t.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ int main(int argc, char *argv[])
652652
}
653653

654654
ASSERTV(countTightBoundPassed,
655-
100 * countTightBoundPassed >= 50 * k_NUM_TRIALS);
655+
100 * countTightBoundPassed >= 35 * k_NUM_TRIALS);
656656

657657
ASSERTV(countLooseBoundPassed,
658658
100 * countLooseBoundPassed >= 60 * k_NUM_TRIALS);

0 commit comments

Comments
 (0)