1 2 3 4 5 6 7 8 9 10
// Copyright (c) 2026 Kirky.X // SPDX-License-Identifier: MIT //! 性能测试模块 //! //! 测试 inklog 系统在大数据量和高并发场景下的性能表现 mod benchmark_test; mod large_volume_test; mod long_running_test; mod resource_monitor_test;