just-js / benchmarks

benchmarks comparing different javascript runtimes
4 stars 3 forks source link

Javscript Benchmarks

A set of benchmarks for various common scenarios in JS development.

Run in Gitpod

Gitpod ready-to-code

Run locally with Docker

docker build -t benchmark .

run a local web server from 02-sqlite/out to view the report.html file. e.g.

cd 02-sqlite/out
python3 -m http.server 8080
xdg-open http://127.0.0.1:8080/results.html

Results

latest results can be viewed here