Skip to content

Commit 5832223

Browse files
committed
Merge branch 'rendrjs-atoms' of https://github.com/twharmon/js-framework-benchmark into twharmon-rendrjs-atoms
2 parents 75debfb + 8ae2243 commit 5832223

File tree

13 files changed

+1594
-0
lines changed

13 files changed

+1594
-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: 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+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
7+
<title>Rendrjs Atoms</title>
8+
<script type="module" crossorigin src="dist/main.js"></script>
9+
</head>
10+
<body></body>
11+
</html>

0 commit comments

Comments
 (0)