aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Add Python bindings build using bzlmod (#1764)Nicholas Junge2024-03-07
* Output library / schema versions in JSON context block (#1742)Roman Lebedev2024-01-29
* Bump pre-commit dependencies (#1740)Nicholas Junge2024-01-18
* tools/compare: don't actually discard valid (but zero) `pvalue` (#1733)Roman Lebedev2024-01-08
* style: re-format BUILD file with buildifier.dhmemi2024-01-05
* fix: fail to import gbench in bazel and python3.12dhmemi2023-12-22
* Add pre-commit config and GitHub Actions job (#1688)Nicholas Junge2023-10-30
* Bump scipy from 1.5.4 to 1.10.0 in /tools (#1630)dependabot[bot]2023-07-11
* Add support for bzlmod (excluding Python bindings) (#1615)Andy Christiansen2023-06-27
* Update Python version to PY3, as indicated by the actual source file. (#1598)Andy Christiansen2023-05-11
* make libpfm dep work for integratorsDominic Hamon2023-03-16
* Support --benchmarks_filter in the compare.py 'benchmarks' command (#1486)Matt Armstrong2023-02-06
* Fix typos found by codespell (#1519)SunBlack2023-01-10
* [bazel] Build libpfm as a dependency to allow collection of perf counters (#1...Raghu Raja2022-10-31
* Do not depend on unversioned python binary (#1496)Matthias Braun2022-10-10
* Stop using pandas.Timedelta (fixes #1482) (#1483)Matt Armstrong2022-09-08
* Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403...Dominic Hamon2022-06-20
* Add possibility to ask for libbenchmark version number (#1004) (#1403)Matthias Donaubauer2022-06-20
* Add benchmark labels to the output of the comparison tool (#1388)Dominic Hamon2022-05-01
* move bzl file out of tools (#1352)Dominic Hamon2022-02-21
* annotate and export public symbols (#1321)Sergiu Deitsch2022-02-14
* compare.py: compute and print 'OVERALL GEOMEAN' aggregate (#1289)Roman Lebedev2021-11-24
* Statistics: add support for percentage unit in addition to time (#1219)Roman Lebedev2021-09-03
* report.py: adjust expected u-test values for testsRoman Lebedev2021-09-03
* compare.py: sort the results (#1168)Roman Lebedev2021-06-03
* [tools] Fix dumb mistake in previous commit - print aggregates only means agg...Roman Lebedev2021-04-24
* [tools] Don't forget to print UTest when printing aggregates onlyRoman Lebedev2021-04-24
* bazel support for tools (#982)Alexander2020-11-06
* Add support for JSON dumps of benchmark diff reports. (#1042). Fixes #737.Jusufadis Bakamovic2020-09-21
* Create pylint.yml (#1039)Dominic Hamon2020-09-09
* Add requirements.txt for python dependencies (#994)Jonas Otto2020-06-29
* adds a "--no-color" flag to the compare.py script (#990)Jonas Otto2020-06-25
* Refactor U-Test calculation into separate function. (#740)Jusufadis Bakamovic2019-04-11
* [Tooling] report.py: whoops, don't ignore the rest of benches after a bad one.Roman Lebedev2019-03-06
* [Tooling] report.py: don't crash on BigO/RMS benchmarksRoman Lebedev2019-03-06
* [tools] Run autopep8 and apply fixes found. (#739)Jusufadis Bakamovic2018-12-07
* [Tooling] Rewrite generate_difference_report(). (#678)Roman Lebedev2018-09-19
* [Tooling] 'display aggregates only' support. (#674)Roman Lebedev2018-09-17
* [Tools] Drop compare_bench.py, compare.py is to be used, add U-test docs. (#645)Roman Lebedev2018-08-13
* [Tooling] Enable U Test by default, add tooltip about repetition count. (#617)Roman Lebedev2018-06-18
* Benchmarking is hard. Making sense of the benchmarking results is even harder...Roman Lebedev2018-05-29
* [Tools] Fix a few python3-compatibility issues (#585)Roman Lebedev2018-05-08
* Add tests to verify assembler output -- Fix DoNotOptimize. (#530)Eric2018-03-23
* [Tools] A new, more versatile benchmark output compare tool (#474)Roman Lebedev2017-11-07
* [RFC] Tools: compare-bench.py: print change% with two decimal digits (#440)Roman Lebedev2017-08-28
* compare_bench.py: fixup benchmark_options. (#435)Roman Lebedev2017-08-18
* Tooling: generate_difference_report(): show old/new for both values (#427)Roman Lebedev2017-07-25
* Json reporter: don't cast floating-point to int; adjust tooling (#426)Roman Lebedev2017-07-24
* Ensure all the necessary keys are present before parsing JSON data (#380)Felix Duvallet2017-05-02
* Python 2/3 compatibility (#361)Ray Glover2017-03-29