File: bench.html

package info (click to toggle)
node-tweetnacl 1.0.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,428 kB
  • sloc: javascript: 21,523; ansic: 1,367; makefile: 33
file content (13 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
  <meta charset="utf8">
  <title>TweetNaCl-js Benchmarks</title>
</head>
<body>
<h1>TweetNaCl-js Benchmarks</h1>
<script src="../../nacl.min.js"></script>
<script src="helpers.js"></script>
<script src="bench.js"></script>
</body>
</html>