rbxts-pako/benchmark
2020-11-07 10:36:55 +03:00
..
implementations Benchmark update: use modern zlib sync api 2017-07-20 13:45:08 +03:00
samples Added benchmark 2014-02-03 16:24:19 +04:00
benchmark.js Fix Buffer.from warning in last node.js versions, close #154 2019-02-28 21:51:49 +03:00
package.json Move benchmark deps to separate place & create usage memo 2020-11-07 10:36:55 +03:00
profile.js Remove .js extention in require() use. Close #71 2016-02-17 10:48:46 +03:00
README.md Move benchmark deps to separate place & create usage memo 2020-11-07 10:36:55 +03:00

Dev sandbox

Helpers to measure performance & create benchmarks.

Setup

npm i

Benchmarking

./benchmark.js

Profiling

node --prof profile.js
node --prof-process isolate-0xnnnnnnnnnnnn-v8.log