event verification benchmark.

This commit is contained in:
fiatjaf
2026-04-23 22:15:34 -03:00
parent e144b33fa2
commit 696f377109
3 changed files with 549 additions and 19 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ start:
wc.mutex.Lock()
if wc.id == id {
// there is already a call for this exact pubkey ongoing, so we just wait
// there is already a call for this exact pubkey ongoing, so we just wait and copy the results
resch := make(chan WotXorFilter)
wc.resultbacks = append(wc.resultbacks, resch)
wc.mutex.Unlock()