diff options
| author | Tyge Løvset <[email protected]> | 2020-12-19 12:12:00 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-12-19 12:12:00 +0100 |
| commit | f5ee97edd0f017f33132c4611c749e085082bf32 (patch) | |
| tree | 3108aa7e9bc1d4bc39499a4960667f21b43fd9a7 /examples/benchmark.cpp | |
| parent | 1bd1b97740d40add334c7db1ddf66f7b767a892e (diff) | |
| download | STC-modified-f5ee97edd0f017f33132c4611c749e085082bf32.tar.gz STC-modified-f5ee97edd0f017f33132c4611c749e085082bf32.zip | |
Some cleanup.
Diffstat (limited to 'examples/benchmark.cpp')
| -rw-r--r-- | examples/benchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/benchmark.cpp b/examples/benchmark.cpp index 4806bc13..a159d24b 100644 --- a/examples/benchmark.cpp +++ b/examples/benchmark.cpp @@ -129,7 +129,7 @@ crand_t rng; #define SMAP_DTOR(X) UMAP_DTOR(X)
enum {
- FAC = 3,
+ FAC = 2,
N1 = 10000000 * FAC,
N2 = 10000000 * FAC,
N3 = 10000000 * FAC,
|
