Oddbean new post about | logout
 僕のやつは

EVENT kind 1 投稿
REQ で取得
kind 5 で削除

を繰り返す様になってる。本物リレー使うならゴミを残す訳にいかんので。

https://github.com/mattn/nostr-relay-benchmark 
 https://image.nostr.build/a40e5570d1cf2b1787b1ae1f86dcae57893e63b8d22778650fb65458ebbbbb87.png just used tool in 2 relays got this score - what it means ? arigato 
 "real" is the actual time (seconds) taken from when the benchmark was called to when it ended.
"user" is the processing time (seconds) of the benchmark itself (user CPU time).
"sys" is the time (seconds) spent by the OS to process the benchmark (system time). 
 dommo arigato