diff options
| author | Tyge Løvset <[email protected]> | 2022-06-02 18:02:12 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-02 18:02:12 +0200 |
| commit | dd5ff55b2ec373370c894ad7e3aec884ce640a43 (patch) | |
| tree | d681e9117246b1aa6ed69d2c2f3a02abba234df2 /benchmarks/shootout_hashmaps.cpp | |
| parent | 1732086e71074951ea5bf6ca000c907bd933369b (diff) | |
| download | STC-modified-dd5ff55b2ec373370c894ad7e3aec884ce640a43.tar.gz STC-modified-dd5ff55b2ec373370c894ad7e3aec884ce640a43.zip | |
Improved namings in utf8tabs.py and removed unicode tables
Diffstat (limited to 'benchmarks/shootout_hashmaps.cpp')
| -rw-r--r-- | benchmarks/shootout_hashmaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/shootout_hashmaps.cpp b/benchmarks/shootout_hashmaps.cpp index 7c23fdb8..0cf29ab7 100644 --- a/benchmarks/shootout_hashmaps.cpp +++ b/benchmarks/shootout_hashmaps.cpp @@ -191,7 +191,7 @@ size_t seed; SEED(seed); \ for (size_t i = 0; i < m; ++i) \ M##_PUT(X, RAND(keybits), i); \ - size_t x = 300000000/M##_SIZE(X); \ + size_t x = 200000000/M##_SIZE(X); \ clock_t difference, before = clock(); \ for (size_t k=0; k < x; k++) M##_FOR (X, it) \ sum += M##_ITEM(X, it); \ |
