Home | History | Annotate | Download | only in src

Lines Matching refs:test_id

4366 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) {
4367 return (test_id % total_shards) == shard_index;