Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1957 const int num_shards = 5; in TEST() local
1962 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST()
1963 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST()
1977 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST()
1981 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST()
1983 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()