relayer-basic_results.txt raw

   1  Starting Nostr Relay Benchmark (Badger Backend)
   2  Data Directory: /tmp/benchmark_relayer-basic_8
   3  Events: 50000, Workers: 24, Duration: 1m0s
   4  1763553515697722ℹ️ migrating to version 1... /build/pkg/database/migrations.go:66
   5  1763553515697789ℹ️ migrating to version 2... /build/pkg/database/migrations.go:73
   6  1763553515697814ℹ️ migrating to version 3... /build/pkg/database/migrations.go:80
   7  1763553515697821ℹ️ cleaning up ephemeral events (kinds 20000-29999)... /build/pkg/database/migrations.go:287
   8  1763553515697832ℹ️ cleaned up 0 ephemeral events from database /build/pkg/database/migrations.go:332
   9  1763553515697850ℹ️ migrating to version 4... /build/pkg/database/migrations.go:87
  10  1763553515697856ℹ️ converting events to optimized inline storage (Reiser4 optimization)... /build/pkg/database/migrations.go:340
  11  1763553515697872ℹ️ found 0 events to convert (0 regular, 0 replaceable, 0 addressable) /build/pkg/database/migrations.go:429
  12  1763553515697879ℹ️ migration complete: converted 0 events to optimized inline storage, deleted 0 old keys /build/pkg/database/migrations.go:538
  13  
  14  ╔════════════════════════════════════════════════════════╗
  15  ║         BADGER BACKEND BENCHMARK SUITE                 ║
  16  ╚════════════════════════════════════════════════════════╝
  17  
  18  === Starting Badger benchmark ===
  19  RunPeakThroughputTest (Badger)..
  20  
  21  === Peak Throughput Test ===
  22  2025/11/19 11:58:35 WARN: Failed to load embedded library from /tmp/orly-libsecp256k1/libsecp256k1.so: Error relocating /tmp/orly-libsecp256k1/libsecp256k1.so: __fprintf_chk: symbol not found, falling back to system paths
  23  2025/11/19 11:58:35 INFO: Successfully loaded libsecp256k1 v5.0.0 from system path: libsecp256k1.so.2
  24  Events saved: 50000/50000 (100.0%), errors: 0
  25  Duration: 2.803257666s
  26  Events/sec: 17836.39
  27  Avg latency: 1.081434ms
  28  P90 latency: 1.542545ms
  29  P95 latency: 1.853627ms
  30  P99 latency: 3.03258ms
  31  Bottom 10% Avg latency: 525.619µs
  32  Wiping database between tests...
  33  RunBurstPatternTest (Badger)..
  34  
  35  === Burst Pattern Test ===
  36  Burst completed: 5000 events in 285.768096ms
  37  Burst completed: 5000 events in 295.661708ms
  38  Burst completed: 5000 events in 313.067191ms
  39  Burst completed: 5000 events in 295.800371ms
  40  Burst completed: 5000 events in 282.901081ms
  41  Burst completed: 5000 events in 322.19214ms
  42  Burst completed: 5000 events in 332.397114ms
  43  Burst completed: 5000 events in 272.623827ms
  44  Burst completed: 5000 events in 255.567207ms
  45  Burst completed: 5000 events in 311.027979ms
  46  Burst test completed: 50000 events in 7.973444489s, errors: 0
  47  Events/sec: 6270.82
  48  Wiping database between tests...
  49  RunMixedReadWriteTest (Badger)..
  50  
  51  === Mixed Read/Write Test ===
  52  Generating 1000 unique synthetic events (minimum 300 bytes each)...
  53  Generated 1000 events:
  54    Average content size: 312 bytes
  55    All events are unique (incremental timestamps)
  56    All events are properly signed
  57  
  58  Pre-populating database for read tests...
  59  Generating 50000 unique synthetic events (minimum 300 bytes each)...
  60  Generated 50000 events:
  61    Average content size: 314 bytes
  62    All events are unique (incremental timestamps)
  63    All events are properly signed
  64  
  65  Mixed test completed: 25000 writes, 25000 reads in 24.504151701s
  66  Combined ops/sec: 2040.47
  67  Wiping database between tests...
  68  RunQueryTest (Badger)..
  69  
  70  === Query Test ===
  71  Generating 10000 unique synthetic events (minimum 300 bytes each)...
  72  Generated 10000 events:
  73    Average content size: 313 bytes
  74    All events are unique (incremental timestamps)
  75    All events are properly signed
  76  
  77  Pre-populating database with 10000 events for query tests...
  78  Query test completed: 410656 queries in 1m0.007248632s
  79  Queries/sec: 6843.44
  80  Avg query latency: 1.610981ms
  81  P95 query latency: 6.475108ms
  82  P99 query latency: 10.557655ms
  83  Wiping database between tests...
  84  RunConcurrentQueryStoreTest (Badger)..
  85  
  86  === Concurrent Query/Store Test ===
  87  Generating 5000 unique synthetic events (minimum 300 bytes each)...
  88  Generated 5000 events:
  89    Average content size: 313 bytes
  90    All events are unique (incremental timestamps)
  91    All events are properly signed
  92  
  93  Pre-populating database with 5000 events for concurrent query/store test...
  94  Generating 50000 unique synthetic events (minimum 300 bytes each)...
  95  Generated 50000 events:
  96    Average content size: 314 bytes
  97    All events are unique (incremental timestamps)
  98    All events are properly signed
  99  
 100  Concurrent test completed: 329875 operations (279875 queries, 50000 writes) in 1m0.002939993s
 101  Operations/sec: 5497.65
 102  Avg latency: 1.347653ms
 103  Avg query latency: 1.319379ms
 104  Avg write latency: 1.505918ms
 105  P95 latency: 3.479869ms
 106  P99 latency: 5.990926ms
 107  
 108  === Badger benchmark completed ===
 109  
 110  
 111  ================================================================================
 112  BENCHMARK REPORT
 113  ================================================================================
 114  
 115  Test: Peak Throughput
 116  Duration: 2.803257666s
 117  Total Events: 50000
 118  Events/sec: 17836.39
 119  Success Rate: 100.0%
 120  Concurrent Workers: 24
 121  Memory Used: 132 MB
 122  Avg Latency: 1.081434ms
 123  P90 Latency: 1.542545ms
 124  P95 Latency: 1.853627ms
 125  P99 Latency: 3.03258ms
 126  Bottom 10% Avg Latency: 525.619µs
 127  ----------------------------------------
 128  
 129  Test: Burst Pattern
 130  Duration: 7.973444489s
 131  Total Events: 50000
 132  Events/sec: 6270.82
 133  Success Rate: 100.0%
 134  Concurrent Workers: 24
 135  Memory Used: 239 MB
 136  Avg Latency: 951.65µs
 137  P90 Latency: 1.501036ms
 138  P95 Latency: 1.779976ms
 139  P99 Latency: 2.806119ms
 140  Bottom 10% Avg Latency: 307.676µs
 141  ----------------------------------------
 142  
 143  Test: Mixed Read/Write
 144  Duration: 24.504151701s
 145  Total Events: 50000
 146  Events/sec: 2040.47
 147  Success Rate: 100.0%
 148  Concurrent Workers: 24
 149  Memory Used: 159 MB
 150  Avg Latency: 358.608µs
 151  P90 Latency: 741.841µs
 152  P95 Latency: 831.883µs
 153  P99 Latency: 1.05125ms
 154  Bottom 10% Avg Latency: 913.888µs
 155  ----------------------------------------
 156  
 157  Test: Query Performance
 158  Duration: 1m0.007248632s
 159  Total Events: 410656
 160  Events/sec: 6843.44
 161  Success Rate: 100.0%
 162  Concurrent Workers: 24
 163  Memory Used: 132 MB
 164  Avg Latency: 1.610981ms
 165  P90 Latency: 4.794751ms
 166  P95 Latency: 6.475108ms
 167  P99 Latency: 10.557655ms
 168  Bottom 10% Avg Latency: 7.3137ms
 169  ----------------------------------------
 170  
 171  Test: Concurrent Query/Store
 172  Duration: 1m0.002939993s
 173  Total Events: 329875
 174  Events/sec: 5497.65
 175  Success Rate: 100.0%
 176  Concurrent Workers: 24
 177  Memory Used: 102 MB
 178  Avg Latency: 1.347653ms
 179  P90 Latency: 2.710576ms
 180  P95 Latency: 3.479869ms
 181  P99 Latency: 5.990926ms
 182  Bottom 10% Avg Latency: 4.105794ms
 183  ----------------------------------------
 184  
 185  Report saved to: /tmp/benchmark_relayer-basic_8/benchmark_report.txt
 186  AsciiDoc report saved to: /tmp/benchmark_relayer-basic_8/benchmark_report.adoc
 187  
 188  RELAY_NAME: relayer-basic
 189  RELAY_URL: ws://relayer-basic:7447
 190  TEST_TIMESTAMP: 2025-11-19T12:01:52+00:00
 191  BENCHMARK_CONFIG:
 192    Events: 50000
 193    Workers: 24
 194    Duration: 60s
 195