benchmark/tools
Matt Armstrong becf80f3a9
Stop using pandas.Timedelta (fixes #1482) (#1483)
The pandas.Timedelta class truncates to integral nanoseconds, which throws
away sub-nanosecond precision present in benchmark JSON.  Switch to
floating point multiplication, which preserves it.

Fixes #1482
Tentatively fixes #1477.
2022-09-08 20:26:58 +03:00
..
gbench Stop using pandas.Timedelta (fixes #1482) (#1483) 2022-09-08 20:26:58 +03:00
BUILD.bazel bazel support for tools (#982) 2020-11-06 09:10:04 +00:00
compare.py compare.py: sort the results (#1168) 2021-06-03 16:22:52 +03:00
requirements.txt Add requirements.txt for python dependencies (#994) 2020-06-29 13:22:03 +01:00
strip_asm.py Add tests to verify assembler output -- Fix DoNotOptimize. (#530) 2018-03-23 16:10:47 -06:00