Skip to content

Commit 8219ba8

Browse files
committed
update openui, yew, doohtml, plaited
1 parent b138c33 commit 8219ba8

File tree

5 files changed

+141
-141
lines changed

5 files changed

+141
-141
lines changed

frameworks/keyed/yew-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Benchmark for Yew Hooks",
55
"license": "ISC",
66
"js-framework-benchmark": {
7-
"frameworkVersion": "0.19.3",
7+
"frameworkVersion": "0.21.0",
88
"frameworkHomeURL": "https://yew.rs/",
99
"issues": [
1010
1139

frameworks/keyed/yew/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Benchmark for Yew",
55
"license": "ISC",
66
"js-framework-benchmark": {
7-
"frameworkVersion": "0.20.0",
7+
"frameworkVersion": "0.21.0",
88
"frameworkHomeURL": "https://yew.rs/",
99
"issues": [
1010
1139

webdriver-ts-results/src/components/tables/SizeResultsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const SizeResultsTable = ({ data, currentSortKey, sortBy }: Props) => {
2222
<thead>
2323
<tr>
2424
<td className="description">
25-
<h3>Transferred Size (in kBs)</h3>
25+
<h3>Transferred Size (in kBs) [Experimental, please post <a href="https://github.com/krausest/js-framework-benchmark/issues/1340#issuecomment-1793802128">feedback</a>]</h3>
2626
</td>
2727
</tr>
2828
</thead>

0 commit comments

Comments
 (0)