docs: update benchmarking docs with firewalldb pkg

This commit is contained in:
Viktor Torstensson 2026-02-17 23:28:19 +01:00
parent 6fd5a6c053
commit 911c3bb5d1
No known key found for this signature in database
GPG key ID: 961CC8259AE675D4

View file

@ -9,6 +9,7 @@ The benchmark suite currently covers these stores:
- `accounts`: account CRUD and payment/invoice updates.
- `session`: session creation, lookup, and state updates.
- `firewalldb`: action insert, state update, and list queries.
## Running Benchmarks
@ -21,6 +22,7 @@ all supported backends in that package (kvdb-bbolt and native-sqlite).
```bash
make unit-bench pkg=accounts
make unit-bench pkg=session
make unit-bench pkg=firewalldb
```
### postgres (optional)