mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-24 13:54:02 +01:00
24 lines
237 B
Markdown
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
|
|
```
|