Skip to content

Commit ea49e06

Browse files
tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
1 parent d96bdd7 commit ea49e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cuckoocache_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static double normalize_hit_rate(double hits, double load)
114114
return hits * std::max(load, 1.0);
115115
}
116116

117-
/** Check the hit rate on loads ranging from 0.1 to 2.0 */
117+
/** Check the hit rate on loads ranging from 0.1 to 1.6 */
118118
BOOST_AUTO_TEST_CASE(cuckoocache_hit_rate_ok)
119119
{
120120
/** Arbitrarily selected Hit Rate threshold that happens to work for this test

0 commit comments

Comments
 (0)