@@ -14,8 +14,9 @@ unoptimized :)
14
14
## An smallish object
15
15
16
16
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:
19
20
20
21
![ ReJSONBenchmark pass-100.json] ( images/bench_pass_100.png )
21
22
@@ -24,7 +25,7 @@ We first test SETting it, then GETting it using several different paths:
24
25
## A bigger array
25
26
26
27
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) :
28
29
29
30
![ ReJSONBenchmark pass-jsonsl-1.json] ( images/bench_pass_jsonsl_1.png )
30
31
@@ -33,7 +34,7 @@ Moving on to bigger values, we use the 1.4 kB array in
33
34
## A largish object
34
35
35
36
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) :
37
38
38
39
![ ReJSONBenchmark pass-json-parser-0000.json] ( images/bench_pass_json_parser_0000.png )
39
40
0 commit comments