summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-04-05 23:15:22 +1200
committerDavid Phillips <david@sighup.nz>2017-04-05 23:15:22 +1200
commit529226292bca25170b6f2bf243b91c6bc1d78ae0 (patch)
tree591602182ec9c6a0ccbb0712c8cbe7c30dc791a3
parent6191da80471187e447f7d40bd9f10258905cb25b (diff)
downloadinteresting-sorts-529226292bca25170b6f2bf243b91c6bc1d78ae0.tar.xz
Change default hist sort size
-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)
{