mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-10 00:58:51 +00:00
mention benchmark results in readme.
This commit is contained in:
@@ -51,7 +51,7 @@ const runWith = (relay: AbstractRelay) => async () => {
|
||||
})
|
||||
}
|
||||
|
||||
group('relay read message and verify event', () => {
|
||||
group('relay read message and verify event (many events)', () => {
|
||||
baseline('wasm', runWith(wasmRelay))
|
||||
bench('pure js', runWith(pureRelay))
|
||||
bench('trusted', runWith(trustedRelay))
|
||||
|
||||
Reference in New Issue
Block a user