From: Chris Duncan Date: Mon, 3 Feb 2025 04:50:54 +0000 (-0800) Subject: Benchmark. X-Git-Tag: v3.0.0~58 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=e12e2b1cfd34a5545315f8509dbfa939b7415f12;p=nano-pow.git Benchmark. --- 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) {