From ea797fd634a368e8e5bf60ef5d1d543dbfd9460f Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 27 Feb 2025 21:40:52 -0800 Subject: [PATCH] Save benchmarks from 2.0.0 for comparison to upcoming release candidate. --- benchmarks-2.0.0.json | 44 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 benchmarks-2.0.0.json diff --git a/benchmarks-2.0.0.json b/benchmarks-2.0.0.json new file mode 100644 index 0000000..4e5500a --- /dev/null +++ b/benchmarks-2.0.0.json @@ -0,0 +1,44 @@ +Laptop, Firefox, WebGL +{ + "unusably slow" +} + +Laptop, Firefox (Nightly), WebGPU (something is wrong with this implementation) +{ + "NanoPow (WebGPU) | Effort: 2 | Dispatch: 262144 | Threads: 16777216": { + "count": 128, + "total": 25805, + "rate": 4.939462640490087, + "min": 198, + "max": 209, + "arithmetic": 201.6015625, + "truncated": 161.9609375, + "harmonic": 201.5619027743284, + "geometric": 201.5816342360767 + } +} + +Laptop, Firefox (Nightly), WebGL +{ + "unusably slow" +} + +Laptop, Chromium (Snapshot), WebGPU +{ + "NanoPow (WebGPU) | Effort: 2 | Dispatch: 262144 | Threads: 16777216": { + "count": 128, + "total": 10103.599999964237, + "rate": 12.632929507247823, + "min": 77.5, + "max": 87.30000001192093, + "arithmetic": 78.9343749997206, + "truncated": 63.32656250009313, + "harmonic": 78.9124533095342, + "geometric": 78.92324311597429 + } +} + +Laptop, Chromium (Snapshot), WebGL +{ + "unusably slow" +} -- 2.34.1