From 735ff84a27818788a2e0e2a8ecff5cedf9108c3f Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Feb 2025 21:24:44 -0800 Subject: [PATCH] Copy benchmark. --- benchmarks.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index c93374d..8dc9d64 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,6 +3,22 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> +2025-02-02 (desktop, temp vars, vec2 operations, vec2 type cast for carries, zero threshold, no early return) +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 1024, + "total": 154634.60000056028, + "rate": 6.62815637585526, + "min": 148.30000001192093, + "max": 364.80000001192093, + "median": 150.90000000596046, + "arithmetic": 151.01035156304715, + "truncated": 150.8715158928286, + "harmonic": 150.88339631489575, + "geometric": 150.9293154354564 + } +} + 2025-02-02 (desktop, vec2 operations, temp vars, select for carries, zero threshold, no early return) { "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { -- 2.34.1