From: Chris Duncan Date: Mon, 3 Feb 2025 04:55:09 +0000 (-0800) Subject: Copy benchmark from compress-inline. X-Git-Tag: v3.0.0~57 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=6308af6d12cea3b3f055bf16cd542b188a19078a;p=nano-pow.git Copy benchmark from compress-inline. --- 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": {