aboutsummaryrefslogtreecommitdiff
path: root/test/map_test.cc
AgeCommit message (Expand)Author
2018-04-03Allow AddRange to work with int64_t. (#548)Dominic Hamon
2017-12-03Enforce using a semicolon after BENCHMARK_MAIN to remove compiler warnings (#...Louis Dionne
2017-10-31 Improve BM_SetInsert example (#465)Leo Koppel
2017-10-17Refactor most usages of KeepRunning to use the perfered ranged-for. (#459)Eric
2016-10-07Simplify clang-format and apply to tests (#302)Dominic Hamon
2016-08-04Support multiple ranges in the benchmark (#257)Marcin Kolny
2016-02-24Include cstdlib in map_test to make sure std::rand is available whenIan Henriksen
2016-02-24Pass const State to Fixture::TearDown. Fix memory leak in fixture_testMohamed Amin JABRI
2016-02-15Pass const state to Fixture::SetUp. Add map_test.Dominic Hamon