https://github.com/sveltejs/svelte-bench
Benchmarks for Svelte
https://github.com/sveltejs/svelte-bench
Last synced: about 2 months ago
JSON representation
Benchmarks for Svelte
- Host: GitHub
- URL: https://github.com/sveltejs/svelte-bench
- Owner: sveltejs
- Archived: true
- Created: 2017-03-13T10:59:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T20:50:12.000Z (over 8 years ago)
- Last Synced: 2025-09-03T12:33:28.572Z (2 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-bench
Benchmarks for [Svelte](https://svelte.technology). Work-in-progress.
## Running the benchmarks
You must have [Yarn](https://yarnpkg.com) installed.
```bash
git clone https://github.com/sveltejs/svelte-bench
cd svelte-bench
yarn
yarn start
```
Navigate to [localhost:3000](http://localhost:3000).