https://github.com/originjs/wasm-benchmark
https://github.com/originjs/wasm-benchmark
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/originjs/wasm-benchmark
- Owner: originjs
- License: other
- Created: 2021-11-05T02:00:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T08:05:44.000Z (over 3 years ago)
- Last Synced: 2025-01-09T10:00:17.280Z (about 1 year ago)
- Language: JavaScript
- Size: 3.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [WASM-benchmark](https://originjs.org/WASM-benchmark/)
This is a JavaScript vs WebAssembly(WASM) benchmark built with Vite & Vue3. This benchmark is created with [originjs/cli](https://github.com/originjs/origin.js/tree/main/packages/cli).
This benchmark is ported from [takahirox's WebAssembly-benchmark](https://github.com/takahirox/WebAssembly-benchmark).
## Usage
Benchmark in browser:
```shell
pnpm run dev:browser
```
Benchmark in nodejs:
```shell
pnpm run dev:nodejs
```