Skip to content

Commit f30e5ee

Browse files
committed
No random
1 parent 585ab7b commit f30e5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stresstest.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,10 @@ int main(void) {
420420
int64_t sizes[TESTS];
421421
srand48(SEED);
422422
stable_tests();
423-
fill_random(sizes, TESTS);
423+
//fill_random(sizes, TESTS);
424424

425425
for (i = 0; i < TESTS; i++) {
426-
RAND_RANGE(sizes[i], 1, MAXSIZE);
426+
//RAND_RANGE(sizes[i], 1, MAXSIZE);
427427
}
428428

429429
sizes[TESTS - 1] = MAXSIZE;

0 commit comments

Comments
 (0)