An open API service indexing awesome lists of open source software.

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

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
```