Searched defs:ZipfTest (Results 1 – 1 of 1) sorted by relevance
212 class ZipfTest : public testing::TestWithParam<zipf_u64::param_type>, class215 ZipfTest() : ZipfModel(GetParam().k(), GetParam().q(), GetParam().v()) {} in ZipfTest() function in __anon640fd5740111::ZipfTest223 TEST_P(ZipfTest, ChiSquaredTest) { in TEST_P() argument