We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0925f48 commit 1afd354Copy full SHA for 1afd354
benchmark/README.md
@@ -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
14
+$ uv run plot.py
15
tests/README.md
@@ -0,0 +1,7 @@
+# REST-RPC – Tests
+$ uv run pytest
0 commit comments