mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
This commit is contained in:
parent
d96bdd7830
commit
ea49e06c82
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ static double normalize_hit_rate(double hits, double load)
|
||||||
return hits * std::max(load, 1.0);
|
return hits * std::max(load, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Check the hit rate on loads ranging from 0.1 to 2.0 */
|
/** Check the hit rate on loads ranging from 0.1 to 1.6 */
|
||||||
BOOST_AUTO_TEST_CASE(cuckoocache_hit_rate_ok)
|
BOOST_AUTO_TEST_CASE(cuckoocache_hit_rate_ok)
|
||||||
{
|
{
|
||||||
/** Arbitrarily selected Hit Rate threshold that happens to work for this test
|
/** Arbitrarily selected Hit Rate threshold that happens to work for this test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue