diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-13 12:13:24 +0200 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-13 12:13:24 +0200 |
| commit | 1439330daed4331eb1ff34e1429ba1ae2fafe937 (patch) | |
| tree | 5a03b45048855c206f10737b5b9268dadee0c19b /benches/bench_common.hpp | |
| parent | 57da910f0f257f47b7d07739b231da1d502a4096 (diff) | |
adding klib bench
Diffstat (limited to 'benches/bench_common.hpp')
| -rw-r--r-- | benches/bench_common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benches/bench_common.hpp b/benches/bench_common.hpp index 732ffb4..1f3b4d3 100644 --- a/benches/bench_common.hpp +++ b/benches/bench_common.hpp @@ -20,6 +20,7 @@ #include "tidwall/hashmap.h" #include "absl/container/flat_hash_map.h" + namespace cmbench { inline constexpr std::int64_t kEntryCount = 1'000'000; |
