Skip to content

Commit cec5a6e

Browse files
committed
chore: improve readme
1 parent 4dcda4e commit cec5a6e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,17 @@ deno run -A <file>
3838

3939
![image](./bench/results.png)
4040

41+
(results generated from `bench/bench.js`, after running all benchmarks present
42+
in there)
43+
4144
[Benchmark](./bench) based on
4245
[just-js/02-sqlite](https://just-js.github.io/benchmarks/02-sqlite.html)
4346

44-
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).
4552

4653
## Documentation
4754

0 commit comments

Comments
 (0)