summaryrefslogtreecommitdiffstats
path: root/chromium/v8/benchmarks/spinning-balls/index.html
blob: d01f31f373089378dea321dddf07b7724c0404cb (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
  <style>
    body { text-align: center; }
  </style>
</head>
<body>
  <script type="text/javascript" src="splay-tree.js"></script>
  <script type="text/javascript" src="v.js"></script>
</body>
</html>