From 1b25421ced7c58fc07a0e1a17141f7e96aeec896 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 7 Jan 2025 14:06:07 -0800 Subject: [PATCH] Fix test page header. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
-- 2.34.1