[ADD] tools: add benchmark for 0.21.0

This commit is contained in:
Géry Debongnie
2019-09-12 14:50:17 +02:00
parent 14ceb382ef
commit 905619f80f
5 changed files with 4380 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OWL 0.21.0 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>