summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/csmap_ex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/csmap_ex.c b/examples/csmap_ex.c
index ea8fd81c..7e4eb7c4 100644
--- a/examples/csmap_ex.c
+++ b/examples/csmap_ex.c
@@ -13,8 +13,8 @@ int main(int argc, char **argv)
csmap_i map = csmap_i_init();
time_t seed = time(NULL);
- size_t n = 1000000;
- uint64_t mask = (1ull << 20) - 1;
+ size_t n = 10000000;
+ uint64_t mask = (1ull << 28) - 1;
csmap_i_iter_t it;
stc64_srandom(seed);