From 304a6ff5acef21e844b0c170f49a102fbe5c7135 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 17 Jan 2025 22:58:58 -0800 Subject: [PATCH] Super benchmarks. --- benchmarks.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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 -- 2.34.1