| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bench: switch to std::chrono for time measurements | Cory Fields | 2017-11-07 | 1 | -4/+3 |
| | | | | | | | | | | | std::chrono removes portability issues. Rather than storing doubles, store the untouched time_points. Then convert to nanoseconds for display. This allows for maximum precision, while keeping results comparable between differing hardware/operating systems. Also, display full nanosecond counts rather than sub-second floats. | ||||
| * | Benchmark rolling bloom filter | Pieter Wuille | 2016-04-28 | 1 | -0/+43 |