From fb9b70580fc44b7140af8289709d089d2ab7b297 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Feb 2025 21:11:18 -0800 Subject: [PATCH] Copy benchmark. --- benchmarks.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index 94b3eb6..d32fec0 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -4,6 +4,22 @@ SPDX-License-Identifier: GPL-3.0-or-later --> +2025-02-02 (desktop, compress-inline, no temp vars, vec4 operations, vec2 select for carries, zero threshold, no early return) +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 1024, + "total": 153803.49999952316, + "rate": 6.670591823407945, + "min": 149.19999998807907, + "max": 398.59999999403954, + "median": 149.90000000596046, + "arithmetic": 150.19873046828434, + "truncated": 149.91173594086123, + "harmonic": 150.04617979659852, + "geometric": 150.09857450851368 + } +} + 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": { -- 2.34.1