File: README.md

package info (click to toggle)
node-pako 2.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,012 kB
  • sloc: javascript: 4,921; makefile: 16
file content (24 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
```