From 91e8aec1bf5333f194478526a1f704fd2290485a Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 30 Jan 2025 10:03:32 -0800 Subject: [PATCH] Benchmarks, now with a date. --- benchmarks.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index d9c5487..c31fa04 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -21,6 +21,43 @@ SPDX-License-Identifier: GPL-3.0-or-later +2025-01-30 +{ + "NanoPow (WebGPU) | Effort: 16 | Dispatch: 16777216 | Threads: 1073741824": { + "count": 4096, + "total": 1101947.3999997675, + "rate": 3.8753692602297347, + "min": 13.100000023841858, + "max": 2062.699999988079, + "median": 319.7000000178814, + "arithmetic": 269.03012695306825, + "truncated": 258.03992673996675, + "harmonic": 99.43298937394798, + "geometric": 171.24141726167608 + } +} + +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 4096, + "total": 1090902.8999999762, + "rate": 3.799836314741894, + "min": 3.5999999940395355, + "max": 2885.5, + "median": 321.40000000596046, + "arithmetic": 266.3337158203067, + "truncated": 263.16923076933267, + "harmonic": 70.99602668653543, + "geometric": 156.60774106488077 + } +} + + + +----- + + + { "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { "count": 512, -- 2.34.1