From: Chris Duncan Date: Tue, 7 Jan 2025 22:06:07 +0000 (-0800) Subject: Fix test page header. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=1b25421ced7c58fc07a0e1a17141f7e96aeec896;p=libnemo.git Fix test page header. --- diff --git a/index.html b/index.html index f79079e..dfd2c71 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ product *= times[i] } const t = document.getElementById('times') - t.innerHTML = `libnemo-powgl
+ t.innerHTML = `libnemo-powgpu
Total: ${sum} ms
Average: ${sum / count} ms
Harmonic: ${count / reciprocals} ms