[ADD] tools: add v0.17.0 benchmark

This commit is contained in:
Géry Debongnie
2019-07-13 17:13:18 +02:00
parent 9f9b6b174e
commit 4a90ec7ff0
5 changed files with 4049 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OWL 0.17.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>