aboutsummaryrefslogtreecommitdiff
path: root/src/bench/rollingbloom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bench: switch to std::chrono for time measurementsCory Fields2017-11-071-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 filterPieter Wuille2016-04-281-0/+43