Skip to content

js-benchmark-all/micro

Repository files navigation

Micro benchmarks for all runtimes & engines:

Setup:

# Install all dependencies
bun i

# Build all benchmark files
bun prep

# Run included benchmarks in node and output to stdout
bun start node
bun start node file

To add a benchmark create a file with extension .case.ts in src.

Configs:

To setup JS engines, add jsvu binary directory to PATH:

# Add jsvu to PATH
export PATH=$HOME/.jsvu/bin:$PATH

# Install engines
bun jsvu

About

Micro benchmarks for all runtimes & engines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published