Skip to content

Commit 45e2bfd

Browse files
committed
Fixes path to test files from performance doc
1 parent 1796b73 commit 45e2bfd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/performance.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ unoptimized :)
1414
## An smallish object
1515

1616
We test a JSON value that, while purely synthetic, is interesting. The test subject is
17-
[/test/files/pass-100.json](/test/files/pass-100.json), who weighs in at 380 bytes and is nested.
18-
We first test SETting it, then GETting it using several different paths:
17+
[/test/files/pass-100.json](https://github.com/RedisLabsModules/rejson/blob/master/test/files/pass-100.json),
18+
who weighs in at 380 bytes and is nested. We first test SETting it, then GETting it using several
19+
different paths:
1920

2021
![ReJSONBenchmark pass-100.json](images/bench_pass_100.png)
2122

@@ -24,7 +25,7 @@ We first test SETting it, then GETting it using several different paths:
2425
## A bigger array
2526

2627
Moving on to bigger values, we use the 1.4 kB array in
27-
[/test/files/pass-jsonsl-1.json](/test/files/pass-jsonsl-1.json):
28+
[/test/files/pass-jsonsl-1.json](https://github.com/RedisLabsModules/rejson/blob/master/test/files/pass-jsonsl-1.json):
2829

2930
![ReJSONBenchmark pass-jsonsl-1.json](images/bench_pass_jsonsl_1.png)
3031

@@ -33,7 +34,7 @@ Moving on to bigger values, we use the 1.4 kB array in
3334
## A largish object
3435

3536
More of the same to wrap up, now we'll take on a behemoth of no less than 3.5 kB as given by
36-
[/test/files/pass-json-parser-0000.json](/test/files/pass-json-parser-0000.json):
37+
[/test/files/pass-json-parser-0000.json](https://github.com/RedisLabsModules/rejson/blob/master/test/files/pass-json-parser-0000.json):
3738

3839
![ReJSONBenchmark pass-json-parser-0000.json](images/bench_pass_json_parser_0000.png)
3940

0 commit comments

Comments
 (0)