From ffc1fe6375405e3b0bf203d169a85a51b17dce31 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Mon, 27 Jan 2025 16:23:47 -0800 Subject: [PATCH] Zero-threshold benchmarks --- benchmarks.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index 335b5cc..f4fd60b 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -8,6 +8,40 @@ Zero threshold benchmark (vectors) 16.0569471600238 average on 512 passes 8 effort when logging mapAsync only 118.135686272967 average on 256 passes 24 effort when logging mapAsync only +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 512, + "total": 1851.7000002861023, + "rate": 282.7638780600227, + "min": 3.300000011920929, + "max": 8.5, + "arithmetic": 3.6166015630587935, + "truncated": 3.5365196108525874, + "harmonic": 3.5909492641537284, + "geometric": 3.6023994761114566 + } +} + +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 512, + "total": 2059.3000002503395, + "rate": 273.1655059917369, + "min": 3.199999988079071, + "max": 13.399999976158142, + "arithmetic": 4.022070312988944, + "truncated": 3.6607843159752735, + "harmonic": 3.791171787620167, + "geometric": 3.8764125112547805 + } +} + + + +----- + + + iPhone 88.7974 geometric mean on 256 passes 24 effort -- 2.34.1