Skip to content

Commit 0225f2b

Browse files
committed
updated README.md
1 parent 2cd6743 commit 0225f2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ JSONlite sandboxes the current working directory similar to SQLite. The JSONlite
1313

1414
`json_reformat` is the fastest of the three by far. `jq` comes in second and `python -m json.tool` is the slowest. If possible, avoid using `python -m json.tool`.
1515

16-
Benchmark
17-
`tests/set_1k.bash`
16+
Benchmark [tests/set_1k.bash](https://github.com/nodesocket/jsonlite/blob/master/tests/set_1k.bash):
1817

1918
# MacBook Pro 16" M1 Max
2019
json_reformat: 6s
@@ -28,6 +27,8 @@ git clone https://github.com/nodesocket/jsonlite.git
2827
ln -s "$PWD"/jsonlite/jsonlite.bash /usr/local/bin/jsonlite
2928
````
3029

30+
or grab the latest [release source](https://github.com/nodesocket/jsonlite/releases).
31+
3132
## Configuration
3233

3334
You may optionally set the path to the data directory. It defaults to `$PWD/jsonlite.data` but can manually be set with the `JSONLITE_DATA_DIR` environment variable.

0 commit comments

Comments
 (0)