Skip to content

Commit

Permalink
Maybe one sort.h
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent 3355505 commit 27af3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stresstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ int run_tests(int64_t *sizes, int sizes_cnt, int type) {
// TEST_SORT_H(bitonic_sort);
// }

// TEST_SORT_H(quick_sort);
TEST_SORT_H(quick_sort);
// TEST_SORT_H(merge_sort);
// TEST_SORT_H(heap_sort);
// TEST_SORT_H(shell_sort);
Expand Down

0 comments on commit 27af3e9

Please sign in to comment.