File: index.html

package info (click to toggle)
node-jszip 3.10.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,308 kB
  • sloc: javascript: 5,941; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>JSZip Benchmark</title>
</head>
<body>
    <script src="../../node_modules/benchmark/node_modules/lodash/lodash.js"></script>
    <script src="../../node_modules/benchmark/benchmark.js"></script>
    <script src="../../dist/jszip.js"></script>
    <script src="./benchmark.js"></script>
    <script>
        benchmark("arraybuffer");
    </script>
</body>
</html>