We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcda4e commit cec5a6eCopy full SHA for cec5a6e
1 file changed
README.md
@@ -38,10 +38,17 @@ deno run -A <file>
38
39

40
41
+(results generated from `bench/bench.js`, after running all benchmarks present
42
+in there)
43
+
44
[Benchmark](./bench) based on
45
[just-js/02-sqlite](https://just-js.github.io/benchmarks/02-sqlite.html)
46
-See [bench](./bench) for benchmarks source.
47
+The just-js page does not include this library in their results. To verify
48
+against this library, run the benchmarks in `bench` dir. You can simply run
49
+`deno task bench-deno` too.
50
51
+See [benchmarks source](./bench).
52
53
## Documentation
54
0 commit comments