index
:
google-benchmark
main
google benchmark mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
*
Add Python bindings build using bzlmod (#1764)
Nicholas Junge
2024-03-07
*
Output library / schema versions in JSON context block (#1742)
Roman Lebedev
2024-01-29
*
Bump pre-commit dependencies (#1740)
Nicholas Junge
2024-01-18
*
tools/compare: don't actually discard valid (but zero) `pvalue` (#1733)
Roman Lebedev
2024-01-08
*
style: re-format BUILD file with buildifier.
dhmemi
2024-01-05
*
fix: fail to import gbench in bazel and python3.12
dhmemi
2023-12-22
*
Add pre-commit config and GitHub Actions job (#1688)
Nicholas Junge
2023-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 Christiansen
2023-06-27
*
Update Python version to PY3, as indicated by the actual source file. (#1598)
Andy Christiansen
2023-05-11
*
make libpfm dep work for integrators
Dominic Hamon
2023-03-16
*
Support --benchmarks_filter in the compare.py 'benchmarks' command (#1486)
Matt Armstrong
2023-02-06
*
Fix typos found by codespell (#1519)
SunBlack
2023-01-10
*
[bazel] Build libpfm as a dependency to allow collection of perf counters (#1...
Raghu Raja
2022-10-31
*
Do not depend on unversioned python binary (#1496)
Matthias Braun
2022-10-10
*
Stop using pandas.Timedelta (fixes #1482) (#1483)
Matt Armstrong
2022-09-08
*
Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403...
Dominic Hamon
2022-06-20
*
Add possibility to ask for libbenchmark version number (#1004) (#1403)
Matthias Donaubauer
2022-06-20
*
Add benchmark labels to the output of the comparison tool (#1388)
Dominic Hamon
2022-05-01
*
move bzl file out of tools (#1352)
Dominic Hamon
2022-02-21
*
annotate and export public symbols (#1321)
Sergiu Deitsch
2022-02-14
*
compare.py: compute and print 'OVERALL GEOMEAN' aggregate (#1289)
Roman Lebedev
2021-11-24
*
Statistics: add support for percentage unit in addition to time (#1219)
Roman Lebedev
2021-09-03
*
report.py: adjust expected u-test values for tests
Roman Lebedev
2021-09-03
*
compare.py: sort the results (#1168)
Roman Lebedev
2021-06-03
*
[tools] Fix dumb mistake in previous commit - print aggregates only means agg...
Roman Lebedev
2021-04-24
*
[tools] Don't forget to print UTest when printing aggregates only
Roman Lebedev
2021-04-24
*
bazel support for tools (#982)
Alexander
2020-11-06
*
Add support for JSON dumps of benchmark diff reports. (#1042). Fixes #737.
Jusufadis Bakamovic
2020-09-21
*
Create pylint.yml (#1039)
Dominic Hamon
2020-09-09
*
Add requirements.txt for python dependencies (#994)
Jonas Otto
2020-06-29
*
adds a "--no-color" flag to the compare.py script (#990)
Jonas Otto
2020-06-25
*
Refactor U-Test calculation into separate function. (#740)
Jusufadis Bakamovic
2019-04-11
*
[Tooling] report.py: whoops, don't ignore the rest of benches after a bad one.
Roman Lebedev
2019-03-06
*
[Tooling] report.py: don't crash on BigO/RMS benchmarks
Roman Lebedev
2019-03-06
*
[tools] Run autopep8 and apply fixes found. (#739)
Jusufadis Bakamovic
2018-12-07
*
[Tooling] Rewrite generate_difference_report(). (#678)
Roman Lebedev
2018-09-19
*
[Tooling] 'display aggregates only' support. (#674)
Roman Lebedev
2018-09-17
*
[Tools] Drop compare_bench.py, compare.py is to be used, add U-test docs. (#645)
Roman Lebedev
2018-08-13
*
[Tooling] Enable U Test by default, add tooltip about repetition count. (#617)
Roman Lebedev
2018-06-18
*
Benchmarking is hard. Making sense of the benchmarking results is even harder...
Roman Lebedev
2018-05-29
*
[Tools] Fix a few python3-compatibility issues (#585)
Roman Lebedev
2018-05-08
*
Add tests to verify assembler output -- Fix DoNotOptimize. (#530)
Eric
2018-03-23
*
[Tools] A new, more versatile benchmark output compare tool (#474)
Roman Lebedev
2017-11-07
*
[RFC] Tools: compare-bench.py: print change% with two decimal digits (#440)
Roman Lebedev
2017-08-28
*
compare_bench.py: fixup benchmark_options. (#435)
Roman Lebedev
2017-08-18
*
Tooling: generate_difference_report(): show old/new for both values (#427)
Roman Lebedev
2017-07-25
*
Json reporter: don't cast floating-point to int; adjust tooling (#426)
Roman Lebedev
2017-07-24
*
Ensure all the necessary keys are present before parsing JSON data (#380)
Felix Duvallet
2017-05-02
*
Python 2/3 compatibility (#361)
Ray Glover
2017-03-29
[next]