rafaelkallis / adaptive-radix-tree

An adaptive radix tree for efficient indexing in main memory.
GNU General Public License v3.0
150 stars 31 forks source link

Updated benchmark code to match newest versions of picobench #1

Closed KowalskiThomas closed 4 years ago

KowalskiThomas commented 4 years ago

Hi,

I was trying to use your ART In a personal project and realised the benchmarks would not compile with the newest versions of Picobench.

Picobench has split the running phase and the report generation in two different method calls, so I updated that.

rafaelkallis commented 4 years ago

Hi Thomas, many thanks for fixing the benchmarks.