Searched refs:trialRuns (Results 1 – 1 of 1) sorted by relevance
96 DEFINE_int32(trialRuns, 100, "Run this many tests (defaults to 100).");100 int trialRuns = FLAGS_trialRuns / FLAGS_processCount; in DEF_TEST() local104 for (int trial = FLAGS_processOffset * trialRuns; --trialRuns >= 0; ++trial) { in DEF_TEST()