diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-09-22 01:06:59 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-21 12:06:59 -0400 |
| commit | 3ad48bdb3e6372f55579808535ce2c17809178ff (patch) | |
| tree | 8bcf2e072824dffb5bbf6e613dc886945fc0e8b7 /website/index.html | |
| parent | 4d16d54ff85d84723b8493e6a47caf70becc6660 (diff) | |
Add benchmark tools (#777)
Diffstat (limited to 'website/index.html')
| -rw-r--r-- | website/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html new file mode 100644 index 000000000..b15a9c949 --- /dev/null +++ b/website/index.html @@ -0,0 +1,14 @@ +<!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> + |
