Skip to content

Commit 1afd354

Browse files
committed
Add two more READMEs
1 parent 0925f48 commit 1afd354

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

benchmark/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# REST-RPC – Benchmarks
2+
3+
## Usage
4+
5+
To run the small benchmark, run
6+
7+
```shell
8+
$ uv run bench.py
9+
```
10+
11+
To generate the `benchmark.png`, run:
12+
13+
```shell
14+
$ uv run plot.py
15+
```

tests/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# REST-RPC – Tests
2+
3+
## Usage
4+
5+
```shell
6+
$ uv run pytest
7+
```

0 commit comments

Comments
 (0)