Skip to content

Commit 72ff786

Browse files
committed
Add atoms implementation
1 parent 20c1356 commit 72ff786

File tree

15 files changed

+1638
-0
lines changed

15 files changed

+1638
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
node_modules
3+
dist
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Rendrjs Implementation
2+
3+
4+
See the implementation
5+
```sh
6+
http://localhost:8080/frameworks/keyed/rendrjs-atoms/
7+
```
8+
9+
Run the benchmark
10+
```sh
11+
npm run bench -- --framework keyed/rendrjs-atoms --chromeBinary /var/lib/flatpak/exports/bin/com.google.Chrome && npm run results
12+
```
13+
14+
See the results
15+
```sh
16+
http://localhost:8080/webdriver-ts-results/dist/index.html
17+
```
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link href="/css/currentStyle.css" rel="stylesheet" />
8+
<title>Rendrjs</title>
9+
<script type="module" crossorigin src="dist/main.js"></script>
10+
</head>
11+
12+
<body>
13+
<div id="root"></div>
14+
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)