From 2dc64975dbb48cd32a7ccc9f303306816908a74f Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:20:57 +0100 Subject: [PATCH] Fix json --- zlib_benchmarks.json | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/zlib_benchmarks.json b/zlib_benchmarks.json index ef79f6d..1a10665 100644 --- a/zlib_benchmarks.json +++ b/zlib_benchmarks.json @@ -73,31 +73,31 @@ }, "render": { "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 } }, - "level 2": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 2 }", "after": { "command": "blogpost-compress-rs", "index": 2 } }, - "level 3": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 3 }", "after": { "command": "blogpost-compress-rs", "index": 3 } }, - "level 4": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 4 }", "after": { "command": "blogpost-compress-rs", "index": 4 } }, - "level 5": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 5 }", "after": { "command": "blogpost-compress-rs", "index": 5 } }, - "level 6": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 6 }", "after": { "command": "blogpost-compress-rs", "index": 6 } }, - "level 7": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 7 }", "after": { "command": "blogpost-compress-rs", "index": 7 } }, - "level 8": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 8 }", "after": { "command": "blogpost-compress-rs", "index": 8 } }, - "level 9": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 9 }", "after": { "command": "blogpost-compress-rs", "index": 9 } } + "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 } }, + "level 2": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 2 }, "after": { "command": "blogpost-compress-rs", "index": 2 } }, + "level 3": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 3 }, "after": { "command": "blogpost-compress-rs", "index": 3 } }, + "level 4": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 4 }, "after": { "command": "blogpost-compress-rs", "index": 4 } }, + "level 5": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 5 }, "after": { "command": "blogpost-compress-rs", "index": 5 } }, + "level 6": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 6 }, "after": { "command": "blogpost-compress-rs", "index": 6 } }, + "level 7": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 7 }, "after": { "command": "blogpost-compress-rs", "index": 7 } }, + "level 8": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 8 }, "after": { "command": "blogpost-compress-rs", "index": 8 } }, + "level 9": { "measure": "cycles", "before": { "command": "blogpost-compress-ng", "index": 9 }, "after": { "command": "blogpost-compress-rs", "index": 9 } } }, "decompression (ng vs rs)": { - "chunk size 4": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 0 }", "after": { "command": "blogpost-uncompress-rs", "index": 0 } }, - "chunk size 5": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 1 }", "after": { "command": "blogpost-uncompress-rs", "index": 1 } }, - "chunk size 6": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 2 }", "after": { "command": "blogpost-uncompress-rs", "index": 2 } }, - "chunk size 7": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 3 }", "after": { "command": "blogpost-uncompress-rs", "index": 3 } }, - "chunk size 8": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 4 }", "after": { "command": "blogpost-uncompress-rs", "index": 4 } }, - "chunk size 9": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 5 }", "after": { "command": "blogpost-uncompress-rs", "index": 5 } }, - "chunk size 10": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 6 }", "after": { "command": "blogpost-uncompress-rs", "index": 6 } }, - "chunk size 11": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 7 }", "after": { "command": "blogpost-uncompress-rs", "index": 7 } }, - "chunk size 12": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 8 }", "after": { "command": "blogpost-uncompress-rs", "index": 8 } }, - "chunk size 13": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 9 }", "after": { "command": "blogpost-uncompress-rs", "index": 9 } }, - "chunk size 14": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 10 }", "after": { "command": "blogpost-uncompress-rs", "index": 10 } }, - "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 } } + "chunk size 4": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 0 }, "after": { "command": "blogpost-uncompress-rs", "index": 0 } }, + "chunk size 5": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 1 }, "after": { "command": "blogpost-uncompress-rs", "index": 1 } }, + "chunk size 6": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 2 }, "after": { "command": "blogpost-uncompress-rs", "index": 2 } }, + "chunk size 7": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 3 }, "after": { "command": "blogpost-uncompress-rs", "index": 3 } }, + "chunk size 8": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 4 }, "after": { "command": "blogpost-uncompress-rs", "index": 4 } }, + "chunk size 9": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 5 }, "after": { "command": "blogpost-uncompress-rs", "index": 5 } }, + "chunk size 10": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 6 }, "after": { "command": "blogpost-uncompress-rs", "index": 6 } }, + "chunk size 11": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 7 }, "after": { "command": "blogpost-uncompress-rs", "index": 7 } }, + "chunk size 12": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 8 }, "after": { "command": "blogpost-uncompress-rs", "index": 8 } }, + "chunk size 13": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 9 }, "after": { "command": "blogpost-uncompress-rs", "index": 9 } }, + "chunk size 14": { "measure": "cycles", "before": { "command": "blogpost-uncompress-ng", "index": 10 }, "after": { "command": "blogpost-uncompress-rs", "index": 10 } }, + "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 } } } } }