xo-arena: DArenaHashMap: generative test + check load factor
This commit is contained in:
parent
add201ec22
commit
cd8d6a2f67
8 changed files with 824 additions and 33 deletions
|
|
@ -3,11 +3,11 @@
|
|||
#define CATCH_CONFIG_ENABLE_BENCHMARKING
|
||||
|
||||
#include "random_tree_ops.hpp"
|
||||
#include "xo/ordinaltree/BplusTree.hpp"
|
||||
#include "xo/randomgen/random_seed.hpp"
|
||||
#include "xo/randomgen/print.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
#include "catch2/catch.hpp"
|
||||
#include "BplusTree.hpp"
|
||||
#include <xo/randomgen/random_seed.hpp>
|
||||
#include <xo/indentlog/print/array.hpp>
|
||||
#include <xo/indentlog/scope.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
namespace {
|
||||
using xo::tree::BplusTree;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue