aboutsummaryrefslogtreecommitdiff
path: root/src/bench/rollingbloom.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace current benchmarking framework with nanobenchMartin Ankerl2020-06-131-8/+8
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* bench: Add benchmark for CRollingBloomFilter::resetJoão Barbosa2019-05-221-0/+9
* Merge #13767: Remove redundant assignments (dead stores)MarcoFalke2018-08-271-2/+1
|\
| * Remove redundant assignments (dead stores)practicalswift2018-08-021-2/+1
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-13/+3
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* bench: switch to std::chrono for time measurementsCory Fields2017-11-071-4/+3
* Benchmark rolling bloom filterPieter Wuille2016-04-281-0/+43