Skip to content

Commit

Permalink
make it possible to compare between the commits
Browse files Browse the repository at this point in the history
usually the parent and the current commit
  • Loading branch information
folkertdev committed Jan 8, 2025
1 parent 2dc6497 commit 881c049
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion zlib_benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"./blogpost-uncompress ng-chunked 24 silesia-small.tar"
]
},
"render": {
"render-versus-self": {
"compression (ng vs rs)": {
"level 0": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 0 }, "after": { "command": "blogpost-compress-rs", "index": 0 } },
"level 1": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 1 }, "after": { "command": "blogpost-compress-rs", "index": 1 } },
Expand Down Expand Up @@ -99,5 +99,42 @@
"chunk size 15": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 11 }, "after": { "command": "blogpost-uncompress-rs", "index": 11 } },
"chunk size 16": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 12 }, "after": { "command": "blogpost-uncompress-rs", "index": 12 } }
}
},
"render-versus-other": {
"compression (rs, other versus self)": {
"measure": "cycles",
"command": "blogpost-compress-rs",
"rows": {
"level 0": 0,
"level 1": 1,
"level 2": 2,
"level 3": 3,
"level 4": 4,
"level 5": 5,
"level 6": 6,
"level 7": 7,
"level 8": 8,
"level 9": 9
}
},
"decompression (rs, other versus self)": {
"measure": "cycles",
"command": "blogpost-uncompress-rs",
"rows": {
"chunk size 4": 0,
"chunk size 5": 1,
"chunk size 6": 2,
"chunk size 7": 3,
"chunk size 8": 4,
"chunk size 9": 5,
"chunk size 10": 6,
"chunk size 11": 7,
"chunk size 12": 8,
"chunk size 13": 9,
"chunk size 14": 10,
"chunk size 15": 11,
"chunk size 16": 12
}
}
}
}

0 comments on commit 881c049

Please sign in to comment.