mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Update test_segcore (#8270)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
1cb8c31794
commit
07aa453270
@ -10,21 +10,11 @@
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
// #include "knowhere/index/vector_index/helpers/IndexParameter.h"
|
||||
// #include "segment/SegmentReader.h"
|
||||
// #include "segment/SegmentWriter.h"
|
||||
#include "segcore/SegmentGrowing.h"
|
||||
// #include "utils/Json.h"
|
||||
#include "test_utils/DataGen.h"
|
||||
#include <random>
|
||||
#include <optional>
|
||||
using std::cin;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
#include <string>
|
||||
#include "segcore/SegmentGrowing.h"
|
||||
#include "test_utils/DataGen.h"
|
||||
|
||||
using namespace milvus;
|
||||
|
||||
namespace {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user