Home
last modified time | relevance | path

Searched refs:error_margin (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/
Ddb_test.cc1536 const double error_margin = 0.2; in TEST_F() local
1537 size_approx_options.files_size_error_margin = error_margin; in TEST_F()
1539 ASSERT_LT(size2, size * (1 + error_margin)); in TEST_F()
1540 ASSERT_GT(size2, size * (1 - error_margin)); in TEST_F()