From 911c3bb5d10fd8a337ac0e4daef41bb82f5a6862 Mon Sep 17 00:00:00 2001 From: Viktor Torstensson Date: Tue, 17 Feb 2026 23:28:19 +0100 Subject: [PATCH] docs: update benchmarking docs with firewalldb pkg --- docs/benchmark_db_backends.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/benchmark_db_backends.md b/docs/benchmark_db_backends.md index 64d5b520..42051663 100644 --- a/docs/benchmark_db_backends.md +++ b/docs/benchmark_db_backends.md @@ -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)