From a64645b2d130dff5a351f15962142345abced489 Mon Sep 17 00:00:00 2001 From: Stephan Eggermont Date: Sun, 18 Jun 2023 19:16:47 +0200 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea12ae8..ad150e5 100644 --- a/README.md +++ b/README.md @@ -830,7 +830,7 @@ One thing that's been pretty annoying is building async and sync storage abstrac Ideally we'd use a proper TypeScript parser rather than a home-grown regex. -## Brenchmark +## Benchmark We have a simple benchmark that read and writes a bunch. Mostly so we can compare between storage engines. This benchmark currenly does 11000 operations. 10000 reads and 1000 writes. So we're looking at fractions of a millisecond per operation.