https://github.com/aquapi/js-engine-benchmark
Benchmarking JavaScript engines
https://github.com/aquapi/js-engine-benchmark
Last synced: 4 months ago
JSON representation
Benchmarking JavaScript engines
- Host: GitHub
- URL: https://github.com/aquapi/js-engine-benchmark
- Owner: aquapi
- Created: 2025-02-16T05:21:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:01:27.000Z (over 1 year ago)
- Last Synced: 2025-08-16T09:35:20.645Z (10 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS engine benchmark
Benchmark performances of different JS engines.
## Requirements
Install `bun` for scripts and `jsvu` to get JS engines.
```sh
# Install JS engine installer
bun i jsvu -g
# Select the JS engines you want to benchmark
jsvu
```
Then you can start running the benchmark:
```sh
bun start
```
## Config
- Change JS engine commands at [run.js](./config/run.js).
- Change tests and engines filter at [filter.js](./config/filter.js).