Skip to content

Commit

Permalink
Don't sort even
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent ac25efe commit 3355505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stresstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ static void fill(int64_t *dst, const int size, int type) {
for (test = 0; test < sizes_cnt; test++) { \
int64_t size = sizes[test]; \
fill(dst, size, type); \
name (dst, size, sizeof(int64_t), simple_cmp); \
diff += usec2 - usec1; \
} \
printf(" - %s, %10.1f usec\n", res ? "ok" : "FAILED", diff); \
Expand Down

0 comments on commit 3355505

Please sign in to comment.