mirror of
https://github.com/google/benchmark.git
synced 2024-11-25 22:47:20 +00:00
becf80f3a9
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. |
||
---|---|---|
.. | ||
Inputs | ||
__init__.py | ||
report.py | ||
util.py |