PPPs: Week 1
Plans 📅
-
Add REQ support for testing read performance
-
Prepare data for read performance testing
-
Test read performance in scenarios similar to real client behavior
Progress ✅
-
Created a github repository
-
Created a minimum extension for publishing nostr events
-
Tested a write performance of major relays
Problems 🖐️
-
Interface design. Now I use a wrapped structure to hide
context
, but this makes a wrapper necessary every time I expose a function ingo-nostr
-
Method of read performance test. In many cases, real clients keep websocket connections attached. However, it is difficult to find a way to load while emulating this.