rbxts-pako/benchmark/README.md

24 lines
237 B
Markdown

# Dev sandbox
Helpers to measure performance & create benchmarks.
## Setup
```sh
npm i
```
## Benchmarking
```sh
./benchmark.js
```
## Profiling
```sh
node --prof profile.js
node --prof-process isolate-0xnnnnnnnnnnnn-v8.log
```