Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .cursor/rules/project.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
description:
globs:
alwaysApply: true
---
# resp-benchmark

Redis 接口数据库的性能测试套件。

## Overview

1. 使用 Python 编写 cli 界面和 lib 接口;使用 Rust 编写性能测试逻辑;使用 maturin 生态编译。

## Code Style

1. 不需要加太多异常捕获,让代码保持简洁。

## 任务要求

1. 使用 maturin develop 来进行编译安装测试
2. 使用 resp-benchmark cli 来进行测试,不要新建文件测试


## Core Components

### Python Interface
- [python/resp_benchmark/cli.py](mdc:python/resp_benchmark/cli.py): Command-line interface implementation

### Rust Core
- [src/lib.rs](mdc:src/lib.rs): Entry point for Rust library, defines Python bindings
Loading
Loading