Skip to content

Commit

Permalink
No verify
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent 0ced6cf commit faac817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stresstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ static void fill(int64_t *dst, const int size, int type) {
usec1 = utime(); \
name (dst, size, sizeof(int64_t), simple_cmp); \
usec2 = utime(); \
res = verify(dst, size); \
if (!res) { \
break; \
} \
// res = verify(dst, size); \
// if (!res) { \
// break; \
// } \
diff += usec2 - usec1; \
} \
printf(" - %s, %10.1f usec\n", res ? "ok" : "FAILED", diff); \
Expand Down

0 comments on commit faac817

Please sign in to comment.