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