Searched refs:num_shards (Results 1 – 1 of 1) sorted by relevance
1893 const int num_shards = 5; in TEST() local1898 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()