Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 26, 2024
1 parent 9720846 commit b373637
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion benchmarks/transports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,27 @@ To run:
[14:51:28] tsc [started]
[14:51:33] tsc [completed]

Implementation, 105 MB, 210 MB, 315 MB, 419 MB, 524 MB, 629 MB, 734 MB, 839 MB, 944 MB, 1.05 GB
TCP (node.js -> node.js) filecoin defaults, 775, 1763, 2104, 3254, 3881, 4384, 5904, 5161, 6382, 6856
WebSockets (node.js -> node.js) filecoin defaults, 1068, 1642, 2092, 2812, 4117, 4423, 6117, 7820, 7182, 7816
//... results here
```
3. Graph the CSV data with your favourite graphing tool

## Debugging

To get debug output, run with `DEBUG=test*`, e.g.:
To get debug output, run with the `DEBUG` env var set to `test*` to see all output, `recipient*` to just see the recipient's log, `sender=*` to see the sender's log, etc.

Eg.

```console
$ DEBUG=test* npm start
```

or

```console
$ DEBUG=test*,sender* npm start
```

..etc

0 comments on commit b373637

Please sign in to comment.