summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/groupingengine/groupingengine_benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/groupingengine/groupingengine_benchmark.cpp')
-rw-r--r--searchlib/src/tests/groupingengine/groupingengine_benchmark.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchlib/src/tests/groupingengine/groupingengine_benchmark.cpp b/searchlib/src/tests/groupingengine/groupingengine_benchmark.cpp
index f414e298869..37aa9cc3268 100644
--- a/searchlib/src/tests/groupingengine/groupingengine_benchmark.cpp
+++ b/searchlib/src/tests/groupingengine/groupingengine_benchmark.cpp
@@ -1,8 +1,5 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/log/log.h>
-LOG_SETUP("grouping_benchmark");
-
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/searchlib/aggregation/perdocexpression.h>
#include <vespa/searchlib/aggregation/aggregation.h>
@@ -18,6 +15,9 @@ LOG_SETUP("grouping_benchmark");
#include <vespa/vespalib/util/rusage.h>
#include <csignal>
+#include <vespa/log/log.h>
+LOG_SETUP("grouping_benchmark");
+
using namespace vespalib;
using namespace search;
using namespace search::attribute;