Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhonx/svelte-benchmarks
List of benchmark of Svelte that maybe you wanna try 🙌
https://github.com/dhonx/svelte-benchmarks
benchmark benchmarks svelte svelte3
Last synced: about 1 month ago
JSON representation
List of benchmark of Svelte that maybe you wanna try 🙌
- Host: GitHub
- URL: https://github.com/dhonx/svelte-benchmarks
- Owner: dhonx
- Created: 2019-08-28T16:44:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T10:58:30.000Z (about 2 years ago)
- Last Synced: 2023-03-06T12:52:39.143Z (almost 2 years ago)
- Topics: benchmark, benchmarks, svelte, svelte3
- Language: JavaScript
- Homepage: http://svelte-benchmarks.surge.sh
- Size: 418 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-benchmarks
List of benchmark of Svelte that maybe you wanna try 🙌
## Why?
Yes, we all know that this depends on the context, but it will help you to choose the best between svelte and other frameworks. Hope this helps you.
## Benchmark Lists
- [Big Table](https://github.com/donnisnoni95/svelte-benchmarks/tree/master/big-table)
- [DbMon](https://github.com/donnisnoni95/svelte-benchmarks/tree/master/dbmon)
- [Uptime](https://github.com/donnisnoni95/svelte-benchmarks/tree/master/uptime)
- [SVG](https://github.com/donnisnoni95/svelte-benchmarks/tree/master/svg)## Usage
Each benchmark stands individually, so you have to go into the folder and do the `npm install`. To install everything, you can use this:
```shell
./install_all.sh
```After everything is installed, then you can build them all with this:
```shell
./build_all.sh
```This will generate the build results to the `builds` folder.