Commits


Matt Armstrong authored and GitHub committed becf80f3a98
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.