[ADD] tools: add v0.16.0 benchmark

This commit is contained in:
Géry Debongnie
2019-06-28 11:51:37 +02:00
parent d381e85d94
commit 2ca42e7470
5 changed files with 3843 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OWL 0.16.0 Benchmark</title>
<link href="../shared/main.css" rel="stylesheet"/>
<script src='owl.js'></script>
</head>
<body>
<div id='main'></div>
<script src='app.js' type="module"></script>
</body>
</html>