From 649d26704835d4b65e558d2e2a142471f5547c28 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Feb 2025 21:20:00 -0800 Subject: [PATCH] Copy benchmark. --- benchmarks.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index 43bad7f..c93374d 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, vec2 operations, temp vars, select for carries, zero threshold, no early return) +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 1024, + "total": 155016.60000002384, + "rate": 6.623733858698416, + "min": 148.2000000178814, + "max": 405.2000000178814, + "median": 150.90000000596046, + "arithmetic": 151.38339843752328, + "truncated": 150.9722493887312, + "harmonic": 151.2095653216647, + "geometric": 151.27158853045546 + } +} + 2025-02-02 (desktop, temp vars, vec4 operations, u32 type cast for carries, zero threshold, no early return) { "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { -- 2.34.1