Add react-patch example benchmark

This commit is contained in:
Nicolas Gallagher
2018-02-08 09:52:00 -08:00
parent 8c8bd6e8ca
commit 02330461ef
3 changed files with 76 additions and 0 deletions

35
benchmarks/react-patch/bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<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>
<script src="./bundle.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long