Skip to content

Commit

Permalink
What even is left
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent f30e5ee commit fdd9e48
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 @@ -276,7 +276,7 @@ int run_tests(int64_t *sizes, int sizes_cnt, int type) {
double usec1, usec2, diff;
int64_t * dst = (int64_t *)malloc(MAXSIZE * sizeof(int64_t));
printf("-------\nRunning tests with %s:\n-------\n", test_names[type]);
TEST_STDLIB(qsort);
//TEST_STDLIB(qsort);
// #if !defined(__linux__) && !defined(__CYGWIN__) && !defined(_WIN32)
// TEST_STDLIB(heapsort);
// TEST_STDLIB(mergesort);
Expand Down

0 comments on commit fdd9e48

Please sign in to comment.