aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/postinglistbm/andstress.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/postinglistbm/andstress.h')
-rw-r--r--searchlib/src/tests/postinglistbm/andstress.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/searchlib/src/tests/postinglistbm/andstress.h b/searchlib/src/tests/postinglistbm/andstress.h
deleted file mode 100644
index 7a7fe2f66f2..00000000000
--- a/searchlib/src/tests/postinglistbm/andstress.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#pragma once
-
-#include <string>
-#include <vector>
-
-namespace search {
-class Rand48;
-
-namespace fakedata { class FakeWordSet; }
-
-}
-
-namespace postinglistbm {
-
-class AndStress {
-public:
- AndStress();
-
- ~AndStress();
-
- void run(search::Rand48 &rnd,
- search::fakedata::FakeWordSet &wordSet,
- const std::vector<std::string> &postingTypes,
- unsigned int loops,
- unsigned int skipCommonPairsRate,
- uint32_t numTasks,
- uint32_t stride,
- bool unpack);
-};
-
-}