From eec91b1e1535f88127374181d17d6718cdb3b65a Mon Sep 17 00:00:00 2001 From: Lucrezia Valeriani Date: Wed, 24 Feb 2021 11:07:27 +0100 Subject: [PATCH] benchmark --- c++/benchmark/test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 c++/benchmark/test.cpp diff --git a/c++/benchmark/test.cpp b/c++/benchmark/test.cpp new file mode 100644 index 0000000..6146248 --- /dev/null +++ b/c++/benchmark/test.cpp @@ -0,0 +1,6 @@ +#include +#include +#include +#include +#include +#include "bst.hpp"