Skip to content

Commit

Permalink
Merge pull request #3516 from dloidolt/fullbench_2_files
Browse files Browse the repository at this point in the history
fullbench with two files
  • Loading branch information
Cyan4973 authored Mar 6, 2023
2 parents 1be9529 + 4b9e3d1 commit db7d7b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/fullbench.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,9 @@ static int benchFiles(U32 benchNb,
} else {
for (benchNb=0; benchNb<100; benchNb++) {
benchMem(benchNb, origBuff, benchedSize, cLevel, cparams);
} }
}
benchNb = 0;
}

free(origBuff);
} }
Expand Down

0 comments on commit db7d7b6

Please sign in to comment.