libp2p-test-plans/perf/runner
Max Inden ad43602e63
fix(perf): increase root volume size (#249)
Multiple perf runs have failed due to "no space left on device". See e.g. https://github.com/libp2p/test-plans/actions/runs/5727165977/job/15527780097.

The perf terraform launch template previously did not specify a root volume
size. Thus terraform used the default:

```
df -h

Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        4.0M     0  4.0M   0% /dev
tmpfs            63G     0   63G   0% /dev/shm
tmpfs            25G  540K   25G   1% /run
/dev/nvme0n1p1  8.0G  1.9G  6.1G  24% /
tmpfs            63G     0   63G   0% /tmp
tmpfs            13G     0   13G   0% /run/user/1000
```

With this commit the root volume is increased to 100GB:

```
df -h

Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        4.0M     0  4.0M   0% /dev
tmpfs            63G     0   63G   0% /dev/shm
tmpfs            25G  564K   25G   1% /run
/dev/nvme0n1p1  100G  2.6G   98G   3% /
tmpfs            63G  8.0K   63G   1% /tmp
tmpfs            13G     0   13G   0% /run/user/0
tmpfs            13G     0   13G   0% /run/user/1000
```
2023-08-04 18:50:32 +02:00
..
src fix(perf): run iperf on TCP and set TCP windows to bdp (#241) 2023-08-04 10:23:47 +02:00
.gitignore feat(perf): add (automation, provision, build, run) tooling (#184) 2023-06-22 13:54:09 +02:00
benchmark-results.json fix(perf): increase root volume size (#249) 2023-08-04 18:50:32 +02:00
package-lock.json feat(perf): add (automation, provision, build, run) tooling (#184) 2023-06-22 13:54:09 +02:00
package.json feat(perf): add (automation, provision, build, run) tooling (#184) 2023-06-22 13:54:09 +02:00
tsconfig.json feat(perf): add (automation, provision, build, run) tooling (#184) 2023-06-22 13:54:09 +02:00