https://github.com/schell/todo-mvc-bench
A benchmarking suite for TodoMVC implementations
https://github.com/schell/todo-mvc-bench
benchmark mogwai rust todomvc wasm
Last synced: 12 months ago
JSON representation
A benchmarking suite for TodoMVC implementations
- Host: GitHub
- URL: https://github.com/schell/todo-mvc-bench
- Owner: schell
- Created: 2020-02-15T22:44:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T19:34:17.000Z (over 4 years ago)
- Last Synced: 2025-02-27T11:06:19.168Z (about 1 year ago)
- Topics: benchmark, mogwai, rust, todomvc, wasm
- Language: JavaScript
- Size: 1.6 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-mvc-bench
A benchmarking suite for TodoMVC implementations
## why
I want to write the fastest TodoMVC and the existing benchmarks are funky!
https://github.com/schell/mogwai/issues/18
## building
Building should be as easy as `bash ./scripts/build.sh`. This should build two
things:
1. A `release` directory containing the built benchmark web app.
2. A `release.tar.gz` of the `release` directory.
## running
After building use [basic-http-server](https://crates.io/crates/basic-http-server)
or your favorite server to host the `release` directory:
```
basic-http-server -a 127.0.0.1:8888 release
```
## Happy hacking!
:coffee: :coffee: :coffee: