mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[ADD] benchmarks: add benchmarks in main branch
this will make it easier to compare various situations.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user