From: Chris Duncan Date: Sat, 18 Jan 2025 06:58:58 +0000 (-0800) Subject: Super benchmarks. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;ds=sidebyside;p=nano-pow.git Super benchmarks. --- diff --git a/benchmarks.md b/benchmarks.md index 4534b70..4da3857 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,6 +3,42 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> +Super benchmarks + +{ + (16,16) "NanoPow (WebGPU) | Effort: 4 | Dispatch: 1048576 | Threads: 67108864": { + "count": 4096, + "total": 1089734.8000002578, + "rate": 4.829357209724284, + "min": 5.899999998509884, + "max": 2568.10000000149, + "arithmetic": 266.04853515631294, + "truncated": 207.06689453131003, + "harmonic": 81.18982598620626, + "geometric": 161.6413047635922 + } +} + +{ + (8,8) "NanoPow (WebGPU) | Effort: 16 | Dispatch: 16777216 | Threads: 1073741824": { + "count": 4096, + "total": 1083644.400000088, + "rate": 4.819279376542908, + "min": 20.399999998509884, + "max": 2163.1999999955297, + "arithmetic": 264.56162109377146, + "truncated": 207.49990234377037, + "harmonic": 112.25554889616, + "geometric": 175.89628874036063 + } +} + + + +----- + + + After fixing test page bug setting Effort incorrectly 16,16