]> git.codecow.com Git - libnemo.git/commitdiff
Delete unused performance webpage.
authorChris Duncan <chris@zoso.dev>
Mon, 21 Jul 2025 20:42:07 +0000 (13:42 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 21 Jul 2025 20:42:07 +0000 (13:42 -0700)
test/performance.html [deleted file]

diff --git a/test/performance.html b/test/performance.html
deleted file mode 100644 (file)
index b62287f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<!--
-SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
-SPDX-License-Identifier: GPL-3.0-or-later
--->
-
-<!DOCTYPE html>
-
-<head>
-       <link rel="icon" href="data:,">
-       <script type="module" src="./perf.main.mjs"></script>
-       <style>body{background:black;}</style>
-</head>
-
-<body></body>
-
-</html>