Add benchmark results for multiple Nostr relay backends

Introduced comprehensive benchmarks for `next-orly-badger`, `next-orly-neo4j`, and `nostr-rs-relay` backends, covering peak throughput, burst patterns, mixed read/write, query, and concurrent query/store tests. Reports include detailed performance metrics (e.g., events/sec, latency, success rates) and are saved as text and AsciiDoc formats. Aggregate summary also generated for testing consistency across relay implementations.
This commit is contained in:
2025-12-04 05:43:20 +00:00
parent 290fcbf8f0
commit 8dbc19ee9e
13 changed files with 1800 additions and 95 deletions

View File

@@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(ls:*)"
],
"deny": [],
"ask": []
}
}