From 2bdfcc78d63b16daa1b0d38d066d2b74bedffa4e Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 1 Feb 2025 14:37:33 -0800 Subject: [PATCH] Benchmark. --- benchmarks.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index 6b813be..b53d9fe 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-01 (desktop, main, vec2 operations, u32 type cast for carries, zero threshold, no early return) +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 4096, + "total": 619720.5000002831, + "rate": 6.6117984273376305, + "min": 148, + "max": 363.09999999403954, + "median": 151.20000000298023, + "arithmetic": 151.29895019538162, + "truncated": 151.24478021975474, + "harmonic": 151.2643921172073, + "geometric": 151.27733674927475 + } +} + 2025-02-01 (laptop, main, u32 type cast for carries, zero threshold, no early return) { "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { -- 2.34.1