STORY
PPPs: Week 1
AUTHOR
Joined 2023.10.16
PROJECT
DATE
VOTES
sats
COMMENTS

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

A write performance comparison of major nostr 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 in go-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.