vecboost 0.3.0-rc.1

High-performance embedding vector service written in Rust
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2025-2026 Kirky.X🌠
// SPDX-License-Identifier: Apache-2.0

//! 性能测试入口
//!
//! 该文件是 `cargo test --test perf` 的入口点,
//! 声明性能测试模块。

#[path = "perf/performance_test.rs"]
mod performance_test;