Home | History | Annotate | Download | only in src

Lines Matching refs:test_id

4124 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) {
4125 return (test_id % total_shards) == shard_index;