remove srand(1) call as nothing calls any rand like functions in x11perf
Discussed with doug@ and also pushed upstreams
This commit is contained in:
parent
a5b6dd2df8
commit
a39acd67a3
@ -853,7 +853,6 @@ ProcessTest(XParms xp, Test *test, int func, unsigned long pm, char *label)
|
||||
DisplayStatus(xp->d, "Calibrating", label, 0);
|
||||
reps = CalibrateTest(xp, test, seconds, &time);
|
||||
if (reps != 0) {
|
||||
srand(1); /* allow reproducible results */
|
||||
XDestroySubwindows(xp->d, xp->w);
|
||||
XClearWindow(xp->d, xp->w);
|
||||
reps = (*test->init) (xp, &test->parms, reps);
|
||||
|
Loading…
Reference in New Issue
Block a user