SupurCalvinHiggins / y-fast-trie

A C++ implementation of a Y-Fast Trie.
1 stars 1 forks source link

insert and remove benchmark fixtures are broken #67

Open SupurCalvinHiggins opened 2 years ago

SupurCalvinHiggins commented 2 years ago

The insert and remove benchmark fixtures also time the destructor. This leads to massive overhead and completely invalidates the results.

SupurCalvinHiggins commented 2 years ago

Note that they still work for comparisons between versions that do not change memory allocation