summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-09-21 15:18:44 -0700
committerBert Belder <bertbelder@gmail.com>2018-09-21 15:18:44 -0700
commit516e1da54c18aa423c64fc966cf4ae487a2aa18a (patch)
tree3eff7fdb9c77717e2930a548db374e40f7547279 /website/index.html
parent3ad48bdb3e6372f55579808535ce2c17809178ff (diff)
Revert "Add benchmark tools (#777)"
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff.
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/website/index.html b/website/index.html
deleted file mode 100644
index b15a9c949..000000000
--- a/website/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>deno benchmark</title>
- <link rel="stylesheet" href="https://unpkg.com/c3@0.6.7/c3.min.css">
-</head>
-<body>
- <div id="benchmark-chart"></div>
- <script src="https://unpkg.com/d3@5.7.0/dist/d3.min.js"></script>
- <script src="https://unpkg.com/c3@0.6.7/c3.min.js"></script>
- <script src="./app.js"></script>
-</body>
-</html>
-