From da0e08d717d774c9f1b5fc3509e2f837d3b4701f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Feb 2023 00:08:57 +0100 Subject: wip still broken --- test/quadtree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/quadtree.cpp b/test/quadtree.cpp index 4ad90acc..f1a3ab6f 100644 --- a/test/quadtree.cpp +++ b/test/quadtree.cpp @@ -699,7 +699,7 @@ void RunTests(const char* type_str) TestContainer(); TestQueries(); #ifndef FM_NO_QUADTREE_BENCHMARK - StressTest(); + StressTest(); auto end = std::chrono::high_resolution_clock::now(); std::chrono::duration time = end - start; printf(": %.1f ms\n", time.count()); -- cgit v1.2.3