inklog 0.1.5

Enterprise-grade Rust logging infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2026 Kirky.X
//
// Licensed under the MIT License
// See LICENSE file in the project root for full license information.

//! 性能测试模块
//!
//! 测试 inklog 系统在大数据量和高并发场景下的性能表现

mod benchmark_test;
mod large_volume_test;
mod long_running_test;
mod resource_monitor_test;