Skip to content

Commit 60821e0

Browse files
marsonyagkorland
andauthored
Fix pass-100.json test file path in performance.md (RedisJSON#575)
* Fix `pass-100.json` test file path in performance.md The `test` folder seems to have been renamed as `tests`. That broke the link to the `pass-100.json` file. * Fix more broken links to test files Paths to /tests/files/pass-jsonsl-1.json and /tests/files/pass-json-parser-0000.json are also broken. Co-authored-by: Guy Korland <gkorland@gmail.com>
1 parent b194618 commit 60821e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/performance.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ unoptimized.
1616
### A smallish object
1717

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

@@ -27,7 +27,7 @@ different paths:
2727
### A bigger array
2828

2929
Moving on to bigger values, we use the 1.4 kB array in
30-
[/test/files/pass-jsonsl-1.json](https://github.com/RedisLabsModules/redisjson/blob/master/test/files/pass-jsonsl-1.json):
30+
[/tests/files/pass-jsonsl-1.json](https://github.com/RedisLabsModules/redisjson/blob/master/tests/files/pass-jsonsl-1.json):
3131

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

@@ -36,7 +36,7 @@ Moving on to bigger values, we use the 1.4 kB array in
3636
### A largish object
3737

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

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

0 commit comments

Comments
 (0)