mirror of
https://github.com/google/benchmark.git
synced 2024-11-28 05:44:40 +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.
3 lines
29 B
Plaintext
3 lines
29 B
Plaintext
numpy == 1.22
|
|
scipy == 1.5.4
|