Skip to content

quickjs-ng/benchmarks

Repository files navigation

quickjs-ng/benchmarks

Benchmarking https://github.com/quickjs-ng/quickjs

Setup

git clone https://github.com/quickjs-ng/benchmarks
cd benchmarks

git clone https://github.com/quickjs-ng/quickjs

cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_QJS_LIBC=ON
cmake --build build

Usage

# sunspider, kraken
./build/run_sunspider_like <folder>/ <filter>

# octane
./build/run_octane

Eg:

./build/run_sunspider_like kraken-1.0/ ai-astar

SunSpider 1.0

./build/run_sunspider_like sunspider-1.0/

Kraken

./build/run_sunspider_like kraken-1.1/

Octane

./build/run_octane

Releases

No releases published

Packages

No packages published

Languages