Home | History | Annotate | Download | only in tests

Lines Matching refs:shards

58     @Option(name = "shards", description = "Optional number of shards to split test into. " +
59 "Iterations will be split evenly among shards.", importance = Importance.IF_UNSET)
114 * Set the number of shards
116 void setShards(int shards) {
117 mShards = shards;
161 Collection<IRemoteTest> shards = new ArrayList<IRemoteTest>(mShards);
171 // attempt to divide iterations evenly among shards with no remainder
176 shards.add(testShard);
179 return shards;
214 metrics.put("shards", "1");