Skip to content

Commit

Permalink
No random
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent 585ab7b commit f30e5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stresstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ int main(void) {
int64_t sizes[TESTS];
srand48(SEED);
stable_tests();
fill_random(sizes, TESTS);
//fill_random(sizes, TESTS);

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

sizes[TESTS - 1] = MAXSIZE;
Expand Down

0 comments on commit f30e5ee

Please sign in to comment.