mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
eb910193d7
this will make it easier to compare various situations.
23 lines
592 B
HTML
23 lines
592 B
HTML
<!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>
|