Skip to content

Commit 029edb4

Browse files
committed
Merge branch 'openUI5' of https://github.com/albertlast/js-framework-benchmark into albertlast-openUI5
2 parents 3fd77c3 + fed8c3f commit 029edb4

25 files changed

+9463
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>UI5 Benchmark</title>
6+
<script
7+
id="sap-ui-bootstrap"
8+
src="./dist/resources/sap-ui-core.js"
9+
data-sap-ui-libs="sap.m"
10+
data-sap-ui-compatVersion="edge"
11+
data-sap-ui-async="true"
12+
data-sap-ui-onInit="module:sap/ui/core/ComponentSupport"
13+
data-sap-ui-resourceroots='{
14+
"ui5.benchmark": "./dist/"
15+
}'>
16+
17+
</script>
18+
<link href="/css/currentStyle.css" rel="stylesheet" />
19+
</head>
20+
<body class="sapUiBody" id="content">
21+
<div data-sap-ui-component data-name="ui5.benchmark" data-id="container" data-settings='{"id" : "benchmark"}'></div>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)