[ADD] tools: add benchmarks for 0.18.0

This commit is contained in:
Géry Debongnie
2019-08-22 15:26:17 +02:00
parent 70a70161e7
commit 4b53e48e91
6 changed files with 4246 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OWL 0.18.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>