summaryrefslogtreecommitdiffhomepage
path: root/examples/benchmark.c
diff options
context:
space:
mode:
authortylo <[email protected]>2020-08-28 10:14:56 +0200
committertylo <[email protected]>2020-08-28 10:14:56 +0200
commitdc1b74109029bc82efea290475431cafc0307674 (patch)
tree73f9e7ac75c6e6ee015417010034827bfbfa9265 /examples/benchmark.c
parentc1131d5a5117a79f3fc0a1b693637be7a5298ab3 (diff)
downloadSTC-modified-dc1b74109029bc82efea290475431cafc0307674.tar.gz
STC-modified-dc1b74109029bc82efea290475431cafc0307674.zip
Finished adding RawValue API (convertable values) to containers.
Diffstat (limited to 'examples/benchmark.c')
-rw-r--r--examples/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/benchmark.c b/examples/benchmark.c
index 3ff193bc..0b9c4f10 100644
--- a/examples/benchmark.c
+++ b/examples/benchmark.c
@@ -124,7 +124,7 @@ crandom_eng64_t rng;
const size_t N1 = 10000000 * 5;
const size_t N2 = 10000000 * 5;
-const size_t N3 = 10000000 * 10;
+const size_t N3 = 10000000 * 5;
#define RR 20
int rr = RR;