summaryrefslogtreecommitdiff
path: root/hist-sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'hist-sort.c')
-rw-r--r--hist-sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hist-sort.c b/hist-sort.c
index 409dcb1..8b88dd4 100644
--- a/hist-sort.c
+++ b/hist-sort.c
@@ -3,7 +3,7 @@
#include <time.h>
#define RANGE 10000
-#define COUNT 10000
+#define COUNT 10000000
int is_sorted(unsigned int *data, size_t length)
{