mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-21 14:05:18 +00:00
Add react-patch example benchmark
This commit is contained in:
35
benchmarks/react-patch/bundle.js
vendored
Normal file
35
benchmarks/react-patch/bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
16
benchmarks/react-patch/index.html
Normal file
16
benchmarks/react-patch/index.html
Normal 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>
|
||||
25
benchmarks/react-patch/report.html
Normal file
25
benchmarks/react-patch/report.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user