[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
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Misc Benchmarks</title>
</head>
<body>
<h1>Miscellaneous Benchmarks</h1>
<p>The goal is to compare some operations on large lists</p>
<ul>
<li><a href="odoo-widgets-12.0">Odoo Widgets (12.0)</a></li>
<li><a href="odoo-widgets-12.3">Odoo Widgets (12.3)</a></li>
<li><a href="owl-0.7.0">OWL 0.7.0</a></li>
<li><a href="owl-0.8.0">OWL 0.8.0</a></li>
<li><a href="owl-master">OWL Master</a></li>
<li><a href="vue">Vue</a></li>
<li><a href="react">React</a></li>
</ul>
</body>
</html>