benchmark/tools/gbench
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
..
Inputs
__init__.py
report.py Stop using pandas.Timedelta (fixes #1482) (#1483) 2022-09-08 20:26:58 +03:00
util.py compare.py: sort the results (#1168) 2021-06-03 16:22:52 +03:00