Skip to content

Commit bb2b148

Browse files
committed
Introduce destam-dom benchmark
https://github.com/Nefsen402/destam-dom This was mostly copy pasted from the solidjs benchmark
1 parent be56b11 commit bb2b148

File tree

5 files changed

+1133
-0
lines changed

5 files changed

+1133
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>Destam-dom-keyed</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
</head>
8+
<body>
9+
<script src='dist/main.js'></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)