Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent 27af3e9 commit 1e16db1
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 @@ -304,7 +304,7 @@ int run_tests(int64_t *sizes, int sizes_cnt, int type) {
// }

TEST_SORT_H(quick_sort);
// TEST_SORT_H(merge_sort);
TEST_SORT_H(merge_sort);
// TEST_SORT_H(heap_sort);
// TEST_SORT_H(shell_sort);
// TEST_SORT_H(tim_sort);
Expand Down Expand Up @@ -440,7 +440,7 @@ int main(void) {

sizes[TESTS - 1] = MAXSIZE;

for (i = 0; i < 1; i++) {
for (i = 0; i < 2; i++) {
int result = run_tests(sizes, TESTS, i);

if (result) {
Expand Down

0 comments on commit 1e16db1

Please sign in to comment.