Rewrite benchmarks app

Reorganizes and rewrites the benchmarks. Each implementation is now
self-contained and the benchmarks can be run using a GUI. The benchmarks
themselves have been changed so that individual tests render over a
shorter time frame and more samples are taken.
This commit is contained in:
Nicolas Gallagher
2018-01-17 16:57:16 -08:00
parent 6e6fd4b5d0
commit ed0cafac7c
74 changed files with 1632 additions and 904 deletions
+5
View File
@@ -3,6 +3,11 @@
<head>
<meta charset="UTF-8">
<title>Performance tests</title>
<meta name="viewport" content="width=device-width">
<style>
html, body { height: 100%; width: 100%; overflow: hidden; }
.root { height: 100%; overflow: hidden; }
</style>
</head>
<body>
<div class="root"></div>