Skip to content

Commit 7e5665b

Browse files
committed
move to non-keyed
1 parent 22a7d04 commit 7e5665b

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed
File renamed without changes.

frameworks/keyed/bau/index.html renamed to frameworks/non-keyed/bau/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link href="/css/currentStyle.css" rel="stylesheet" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Bau.js Keyed Benchmark</title>
7+
<title>Bau.js Non Keyed Benchmark</title>
88
</head>
99
<body>
1010
<div id="app"></div>

frameworks/keyed/bau/main.js renamed to frameworks/non-keyed/bau/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Jumbotron = ({}) =>
145145
{ class: "jumbotron" },
146146
div(
147147
{ class: "row" },
148-
div({ class: "col-md-6" }, h1("Bau Keyed Benchmark")),
148+
div({ class: "col-md-6" }, h1("Bau Non-Keyed Benchmark")),
149149
div(
150150
{ class: "col-md-6" },
151151
div(

frameworks/keyed/bau/package.json renamed to frameworks/non-keyed/bau/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "js-framework-benchmark-bau",
2+
"name": "js-framework-benchmark-bau-non-keyed",
33
"version": "1.2.0",
4-
"description": "bau keyed demo benchmark",
4+
"description": "bau non keyed demo benchmark",
55
"main": "index.js",
66
"js-framework-benchmark": {
77
"frameworkVersionFromPackage": "@grucloud/bau",

0 commit comments

Comments
 (0)