From 6308af6d12cea3b3f055bf16cd542b188a19078a Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Feb 2025 20:55:09 -0800 Subject: [PATCH] Copy benchmark from compress-inline. --- benchmarks.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/benchmarks.md b/benchmarks.md index 0f63102..6e11e99 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,7 +3,25 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> -2025-02-01 (desktop, main, vec2 operations, no temp vars, u32 type cast for carries, zero threshold, no early return) + + +2025-02-02 (desktop, compress, temp vars, vec4 operations, vec4 type cast for carries, zero threshold, no early return) +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 1024, + "total": 153746.30000066757, + "rate": 6.672626894103991, + "min": 147.19999998807907, + "max": 413, + "median": 149.80000001192093, + "arithmetic": 150.14287109440193, + "truncated": 149.8660146701161, + "harmonic": 149.97814196658746, + "geometric": 150.03380952128336 + } +} + +2025-02-02 (desktop, main, vec2 operations, no temp vars, u32 type cast for carries, zero threshold, no early return) { "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { "count": 1024, @@ -19,6 +37,12 @@ SPDX-License-Identifier: GPL-3.0-or-later } } + + +----- + + + 2025-02-01 (laptop, main, vec2 operations, no temp vars, u32 type cast for carries, zero threshold, no early return) { "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { -- 2.34.1