mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
docs: update benchmarking docs with firewalldb pkg
This commit is contained in:
parent
6fd5a6c053
commit
911c3bb5d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue