diff options
Diffstat (limited to '3rdparty/bx/tests/handle_bench.cpp')
| -rw-r--r-- | 3rdparty/bx/tests/handle_bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bx/tests/handle_bench.cpp b/3rdparty/bx/tests/handle_bench.cpp index 1b1032bb226..a882cbe635d 100644 --- a/3rdparty/bx/tests/handle_bench.cpp +++ b/3rdparty/bx/tests/handle_bench.cpp @@ -52,7 +52,7 @@ int main() { typedef std::unordered_map<uint64_t, uint16_t> StdUnorderedMap; StdUnorderedMap map; -// map.reserve(numElements); + map.reserve(numElements); for (uint32_t jj = 0; jj < numElements; ++jj) { std::pair<StdUnorderedMap::iterator, bool> ok = map.insert(std::make_pair(uint64_t(jj), uint16_t(jj) ) ); |
