mirror of
https://github.com/vacp2p/dst-gossipsub-test-node.git
synced 2026-01-08 21:18:01 -05:00
9 lines
220 B
Bash
Executable File
9 lines
220 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
nim c -d:chronicles_colors=None --threads:on -d:metrics -d:libp2p_network_protocols_metrics -d:release main
|
|
rm -rf shadow.data/
|
|
shadow shadow.yaml
|
|
grep -rne 'milliseconds\|BW' shadow.data/ > latencies
|