aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-03-04Allow setting the default time unit globally (#1337)Bátor Tallér
2022-02-14annotate and export public symbols (#1321)Sergiu Deitsch
2022-02-11Expose default display reporter creation in public API (#1344)Dominic Hamon
2022-02-08Avoid potential truncation issues for the integral type parameterized tests. ...staffantj
2022-01-25Cache PerfCounters instance in PerfCountersMeasurement (#1308)Liqiang TAO
2021-12-06clang-tidy: readability-redundant and performance (#1298)dominc8
2021-11-25Add clang-tidy check (#1290)dominc8
2021-11-19lose some build warningsDominic Hamon
2021-11-17Add Setup/Teardown option on Benchmark. (#1269)Vy Nguyen
2021-11-10format tests with clang-format (#1282)Dominic Hamon
2021-11-04Fix error with Fix Werror=old-style-cast (#1272)Bensuperpc
2021-11-04Fix error Wshorten-64-to-32 (#1273)Bensuperpc
2021-11-03[cleanup] Change `== ""` to `.empty()` on string to avoid clang-tidy warnings...Vy Nguyen
2021-10-29Fix un-initted error in test and fix change the API previously proposed to us...Vy Nguyen
2021-10-27[RFC] Adding API for setting/getting benchmark_filter flag? (#1254)Vy Nguyen
2021-10-26Allow template arguments to be specified directly on the BENCHMARK macro (#1262)Vy Nguyen
2021-10-21Fix -Wdeprecated-declarations warning once more. (#1256)Byoungchan Lee
2021-10-18Fix -Wdeprecated-declarations warning triggered by clang-cl. (#1245)Byoungchan Lee
2021-09-07Remove unused parameter from lambda. (#1223)Dominic Hamon
2021-09-06COnsole reporter: if statistic produces percents, format it as such (#1221)Roman Lebedev
2021-09-03Introduce Coefficient of variation aggregate (#1220)Roman Lebedev
2021-09-03Statistics: add support for percentage unit in addition to time (#1219)Roman Lebedev
2021-08-23Introduce accessors for currently public data members (threads and thread_ind...Vy Nguyen
2021-06-29fix clang-tidy warnings (#1195)Dominic Hamon
2021-06-24prefix VLOG (#1187)Dominic Hamon
2021-06-24prefix macros to avoid clashes (#1186)Dominic Hamon
2021-06-24Move flags inside the `benchmark` namespace (#1185)Dominic Hamon
2021-06-03Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163)Roman Lebedev
2021-06-03Fix leak in test, and provide path to remove leak from library (#1169)Dominic Hamon
2021-06-02Introduce per-family instance index (#1165)Roman Lebedev
2021-06-02Introduce "family index" field into JSON output (#1164)Roman Lebedev
2021-06-02Ensure that we print repetition count even when it was specified via flag `--...Roman Lebedev
2021-06-01Revert "Implementation of random interleaving. (#1105)" (#1161)Dominic Hamon
2021-06-01Fix perf counter argument parsing (#1160)Norman Heino
2021-05-20Implementation of random interleaving. (#1105)haih-g
2021-05-19[PFM] Extend perf counter support to multi-threaded cases. (#1153)Mircea Trofin
2021-05-11Support -Wsuggest-override (#1059)Guillaume Chatelet
2021-05-06Clean -Wreserved-identifier instances (#1143)Roman Lebedev
2021-05-06Fix StrSplit empty string case (#1142)Mircea Trofin
2021-05-05Add API to benchmark allowing for custom context to be added (#1137)Dominic Hamon
2021-05-04Add `benchmark_context` flag that allows per-run custom context. (#1127)Dominic Hamon
2021-04-28Support optional, user-directed collection of performance counters (#1114)Mircea Trofin
2021-04-20Use fewer ramp up repetitions when KeepRunningBatch is used (#1113)Matt Armstrong
2021-03-30Implement custom benchmark name (#1107)Tobias Schmidt
2020-12-21Add 'seconds' time unit (#1076)feserr
2020-11-26Fix Range when starting at zero (#1073)Scott K Logan
2020-11-19Added support for macro expansion in benchmark names (#1054)Mario Emmenlauer
2020-08-25Add CartesianProduct with associated test (#1029)Christian Wassermann
2020-08-18Remove "BENCHMARK_" prefix from env var version of command line flags (#997)Dominic Hamon
2020-07-28JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008)Alexander Enaldiev