mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Reorder header files for test_span (#10053)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
3e3f8b825a
commit
027103b4f6
@ -10,13 +10,12 @@
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include "utils/tools.h"
|
||||
#include "test_utils/DataGen.h"
|
||||
#include "segcore/SegmentGrowing.h"
|
||||
|
||||
namespace {
|
||||
#include "segcore/SegmentGrowing.h"
|
||||
#include "test_utils/DataGen.h"
|
||||
#include "utils/tools.h"
|
||||
|
||||
const int64_t ROW_COUNT = 100 * 1000;
|
||||
}
|
||||
|
||||
TEST(Span, Naive) {
|
||||
using namespace milvus;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user