Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc1893 const int num_shards = 5; in TEST() local
1898 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST()
1899 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST()
1912 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST()
1916 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST()
1918 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()