|
2 | 2 | "commands": { |
3 | 3 | "decompress-rs": [ |
4 | 4 | "./decompress rs silesia-small.tar.zst", |
| 5 | + "./decompress rs re2-exhaustive.txt.zst", |
5 | 6 | "./decompress rs zip64support.tar.zst" |
6 | 7 | ], |
7 | 8 | "decompress-c": [ |
8 | 9 | "./decompress c silesia-small.tar.zst", |
| 10 | + "./decompress c re2-exhaustive.txt.zst", |
9 | 11 | "./decompress c zip64support.tar.zst" |
10 | 12 | ] |
11 | 13 | }, |
12 | 14 | "render-versus-self": { |
13 | 15 | "decompression (c vs rs)": { |
14 | 16 | "silesia-small.tar.zst": { "measure": "cycles", "before": { "command": "decompress-c", "index": 0 }, "after": { "command": "decompress-rs", "index": 0 } }, |
15 | | - "zip64support.tar.zst": { "measure": "cycles", "before": { "command": "decompress-c", "index": 1 }, "after": { "command": "decompress-rs", "index": 1 } } |
| 17 | + "re2-exhaustive.txt.zst": { "measure": "cycles", "before": { "command": "decompress-c", "index": 1 }, "after": { "command": "decompress-rs", "index": 1 } }, |
| 18 | + "zip64support.tar.zst": { "measure": "cycles", "before": { "command": "decompress-c", "index": 2 }, "after": { "command": "decompress-rs", "index": 2 } } |
16 | 19 | } |
17 | 20 | }, |
18 | 21 | "render-versus-other": { |
|
21 | 24 | "command": "decompress-rs", |
22 | 25 | "rows": { |
23 | 26 | "silesia-small.tar.zst": 0, |
24 | | - "zip64support.tar.zst": 1 |
| 27 | + "re2-exhaustive.txt.zst": 1, |
| 28 | + "zip64support.tar.zst": 2 |
25 | 29 | } |
26 | 30 | } |
27 | 31 | } |
|
0 commit comments