[ADD] benchmarks: add benchmarks in main branch

this will make it easier to compare various situations.
This commit is contained in:
Géry Debongnie
2019-04-29 22:54:26 +02:00
parent 40e486a9eb
commit eb910193d7
32 changed files with 26815 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OWL Master Benchmark</title>
<link href="../shared/main.css" rel="stylesheet"/>
<script src='../../dist/owl.js'></script>
</head>
<body>
<div id='main'></div>
<script src='app.js' type="module"></script>
</body>
</html>