https://github.com/csalih/bsc-web-benchmark
Bachelorthesis: Benchmark comparison of Leptos to Leading JavaScript Web Frameworks
https://github.com/csalih/bsc-web-benchmark
Last synced: over 1 year ago
JSON representation
Bachelorthesis: Benchmark comparison of Leptos to Leading JavaScript Web Frameworks
- Host: GitHub
- URL: https://github.com/csalih/bsc-web-benchmark
- Owner: CSalih
- Created: 2024-04-15T10:08:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T22:29:01.000Z (over 1 year ago)
- Last Synced: 2025-03-11T23:27:47.362Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BSc Web Benchmark
Benchmark comparison of Leptos to Leading JavaScript Web Frameworks
# Requirements
- Node v20
- Docker v23 or later
# Setup
```bash
corepack enable
pnpm install
pnpm build:docker
pnpm --filter=benchmark-playwright exec playwright install
```
# Benchmark
```bash
cd benchmark/benchmark-playwright/
node scripts/benchmark.js
```