[ADD] tools: add benchmark for 1.0.0-beta1, remove old ones

This commit is contained in:
Géry Debongnie
2019-12-03 09:12:52 +01:00
parent 42aa9d3ae1
commit 033a431e18
21 changed files with 3226 additions and 14504 deletions
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OWL v1.0.0-beta1 Benchmark</title>
<link href="../shared/main.css" rel="stylesheet"/>
<script src='owl.js'></script>
</head>
<body>
<script src='app.js' type="module"></script>
</body>
</html>