aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-18 13:29:00 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-18 13:29:00 +0000
commit7094163a1e34fb68d523d77d7106b78e199db921 (patch)
treecb659b20530fee6596f7ad364caa4af29e7819ea /searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
parent08eaabb4bbdc0aa1843de01d6305e93d6110c14a (diff)
Split out the judymultimap template to separate file and instanciate explicit.
Diffstat (limited to 'searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp')
-rw-r--r--searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp b/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
index 15aff05eade..47944548f32 100644
--- a/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
+++ b/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
@@ -1,8 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/fastos/fastos.h>
-#include "../attributesearcher.h"
-#include "../attributeupdater.h"
-#include "../runnable.h"
#include <vespa/searchlib/util/randomgenerator.h>
#include <vespa/searchlib/attribute/attribute.h>
#include <vespa/searchlib/attribute/attributeguard.h>
@@ -15,6 +12,9 @@
#include <vespa/vespalib/util/sync.h>
#include <iostream>
#include <fstream>
+#include "../attributesearcher.h"
+#include "../attributeupdater.h"
+#include "../runnable.h"
#include <vespa/log/log.h>
LOG_SETUP("attributebenchmark");