Skip to content

chqrlie/quickjs-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

About

QuickJS-NG benchmarks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%