From 6c4c484154ea78b525e251f2632e3f25f75a02ee Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 14 Jan 2025 14:11:34 -0800 Subject: [PATCH] Benchmarks. --- benchmarks.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index 1e5deec..e6e9354 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -225,6 +225,20 @@ NanoPow (WebGPU) 3070 (0x400) "geometric": 168.54025739379932 } +NanoPow (WebGPU) 3070 (0x400) +(after converting `v` scalars to vectors) +{ + "count": 512, + "total": 136717.80000030994, + "rate": 3.74494030769102, + "min": 11.700000002980232, + "max": 2057.2999999970198, + "arithmetic": 267.02695312560536, + "truncated": 213.24863281298894, + "harmonic": 94.06525233622521, + "geometric": 162.9622640163259 +} + NanoPowGpu: Time to calculate proof-of-work for a send block 32 times @@ -281,3 +295,15 @@ NanoPow (WebGPU) iPhone 0xff "harmonic": 1252.8660, "geometric": 2906.9620 } + +NanoPow (WebGPU) iPad Mini 2 0x400 +{ + "count": 32, + "total": 226661, + "min": 169, + "max": 31964, + "arithmetic": 7083.1563, + "truncated": 5208.2813, + "harmonic": 1722.7691, + "geometric": 4127.4107 +} -- 2.34.1