Skip to content

Commit f55ebe1

Browse files
committed
add re2-exhaustive.txt.zst benchmark
1 parent a590205 commit f55ebe1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

benchmarks.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
"commands": {
33
"decompress-rs": [
44
"./decompress rs silesia-small.tar.zst",
5+
"./decompress rs re2-exhaustive.txt.zst",
56
"./decompress rs zip64support.tar.zst"
67
],
78
"decompress-c": [
89
"./decompress c silesia-small.tar.zst",
10+
"./decompress c re2-exhaustive.txt.zst",
911
"./decompress c zip64support.tar.zst"
1012
]
1113
},
1214
"render-versus-self": {
1315
"decompression (c vs rs)": {
1416
"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 } }
1619
}
1720
},
1821
"render-versus-other": {
@@ -21,7 +24,8 @@
2124
"command": "decompress-rs",
2225
"rows": {
2326
"silesia-small.tar.zst": 0,
24-
"zip64support.tar.zst": 1
27+
"re2-exhaustive.txt.zst": 1,
28+
"zip64support.tar.zst": 2
2529
}
2630
}
2731
}

re2-exhaustive.txt.zst

1.28 MB
Binary file not shown.

0 commit comments

Comments
 (0)