From e12e2b1cfd34a5545315f8509dbfa939b7415f12 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Feb 2025 20:50:54 -0800 Subject: [PATCH] Benchmark. --- benchmarks.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index e9152c9..0f63102 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,6 +3,21 @@ 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) +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 1024, + "total": 153949.80000004172, + "rate": 6.663815400905096, + "min": 149.2999999821186, + "max": 334.40000000596046, + "median": 149.90000000596046, + "arithmetic": 150.34160156254075, + "truncated": 150.06418092916823, + "harmonic": 150.2393007860643, + "geometric": 150.2775205781935 + } +} 2025-02-01 (laptop, main, vec2 operations, no temp vars, u32 type cast for carries, zero threshold, no early return) { -- 2.34.1