From 390c435b8b7a8b6e7ea0ed0b2f90f6b5711cabe8 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Feb 2025 21:06:28 -0800 Subject: [PATCH] Copy benchmark. --- benchmarks.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index de638bc..94b3eb6 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,6 +3,23 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> + +2025-02-02 (desktop, compress-inline, no 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": 153660.0999993682, + "rate": 6.671968353041561, + "min": 148.59999999403954, + "max": 299.69999998807907, + "median": 149.89999997615814, + "arithmetic": 150.058691405633, + "truncated": 149.88080684527355, + "harmonic": 149.98481082698984, + "geometric": 150.01345917720215 + } +} + 2025-02-02 (desktop, compress-inline, no 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