mention benchmark results in readme.

This commit is contained in:
fiatjaf
2023-12-22 06:59:32 -03:00
parent 5d795c291f
commit 397931f847
2 changed files with 17 additions and 2 deletions

View File

@@ -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))