diff options
| author | tylo <[email protected]> | 2020-08-28 10:14:56 +0200 |
|---|---|---|
| committer | tylo <[email protected]> | 2020-08-28 10:14:56 +0200 |
| commit | dc1b74109029bc82efea290475431cafc0307674 (patch) | |
| tree | 73f9e7ac75c6e6ee015417010034827bfbfa9265 /examples/benchmark.c | |
| parent | c1131d5a5117a79f3fc0a1b693637be7a5298ab3 (diff) | |
| download | STC-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.c | 2 |
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;
|
